web 2.0

How to use PHP & Button Submit

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

PHP Button Submit
.
.
.

Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.