Hello, I'm creating a contact form, I want to use a different button besides the standard gray one, I've seen it done, but from searching on google I couldn't find any tutorials, Any help would be great.
php has nothing to do with the form buttons. The form is built with html, so what you want is to style standard html button which can be styled with css.
Thanks a lot, I was aware of php being the backend and not the style, but I was trying to give an Idea of what I was doing. But thank you, that really helped.
You can also use image buttons, if CSS styling doesn't yield what you need... but I recommend using this approach sparingly, because it slows down your site.