-
Upload simpleform.html to the home directory in your Web site.
-
Create a new script with this code:
<?php
print "Hi $yourname";
?>
-
Save the script as formoutput.php in the PHPSCRIPTS folder on your computer.
Here's what the relevant line in this script does:
-
Upload formoutput.php into the phpscripts directory in your Web site.