Simple question - I set up a form like this:
<form action="ben.php" method="post" name="FormName">Please enter your name:<input type="text" name="yourname" size="24" border="0"><input type="submit" name="go" border="0"></form>
And I want to get the stuff the user submits through the form. What is the PHP code to get the data from the form so I can manipulate it in PHP?
Please respond to ae7f@onebox.com
Ben