How to create a button in PHP
adnanforum
Posted messages
204
Registration date
Status
Member
Last intervention
-
arthezius Posted messages 3756 Status Member -
arthezius Posted messages 3756 Status Member -
Hello,
how to create a button that gives access to another PHP file?
how to create a button that gives access to another PHP file?
Configuration: Windows Vista Firefox 1.5.0.7
3 answers
-
<a href="page.php">page</a>
Is that what you wanted to know? -
Well, you create your image and you do:
<a href="YourFile.php"><img src="YourImage"></a>
Have a nice end of the afternoon -
If you really want a button, it's not hard.
<form method="post" action="your link"> <input type="submit" value="Link" /> </form>
Generally, it's mostly used for a form.
By modifying the value="", you can change the text of the button.
--
Independent webmaster.