- Create an HTML page with the form:
<FORM METHOD="GET" ACTION="submit.php"> What's your name? <INPUT NAME="myname" SIZE=10>
(Then press RETURN)
</FORM> - Then, create a PHP file named submit.php with the following code:
<?php
echo "Hello, ", $myname;
?>
What this Blog is About
Sunday, May 17, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment