I want to simply put an image button inside my PHP without using any forms.
I did it with simply doing :
<input type="image" src="/images/buttons/button.gif"/>
So is there any way I can add any function to it ? I only want to redirect the page to another page by clicking the image button.
If there is any other way too, please let me know.
( I’m new to PHP and started learning about a month ago )
Thanks.
If you just want to redirect to another page, then use the image as a link: