How to use PHP & Button Submit This tutorial how to using PHP and Button Submit
ShotDev Focus:
- Using PHP and Button Submit
Example
php_button.php
<html> <head> <title>ShotDev.Com Tutorial</title> </head> <body> <form action="php_button2.php" method="post" name="form1"> <input type="submit" name="Submit" value="Submit"> <?php echo "<input type=\"submit\" name=\"Submit\" value=\"Submit\">"; ?> </form> </body> </html>
Create a php file and save to path root-path/myphp/
Run
http://localhost/myphp/php_button.php
Screenshot