Image for submit button

hi.
i want to have an image for submit button.
how can i do that.

That’s a HTML solution, nothing to do with PHP.
Just use an input type image instead of submit like

<input type=“image” src=“myimage.jpg” />

thank you.it worked.