Hi, I'm using the book...PHP for the world wide web
In chapter 3 there are two scripts, form.html and HandleForm.php shown below:
But when I run it and enter data, I get this..
Your first name is .
Your last name is .
Your E-mail address is .
This is what you had to say:
For some reason the $name is just blank.
My web hosting uses PHP5, and the book is for PHP 3 and 4, but I doubt thats why.
Can anyone help??