Today we will be finishing up our lesson on capturing data using a php form. We will capture first name and last name and send them to a separate page for processing.
Remember the format for the variables we are capturing.
$_GET['fieldname']
or
$_POST['fieldname']
We will also rename variables today to make them simpler to use.
We will also do a bit of logical processing using an IF statement.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.