Here's my problem:
I can't get the form elements' names (single-line text boxes in this case) to get passed on to the PHP Script as variables
In the HTML Form Page...
(e.g....<input type="text" name="state">
In the script...
print ("I live in $state")
When the script tries to display this line it returns the following error to the browser:
Notice: Undefined variable: FavoriteWord in C:\PROGRAM FILES\BADBLUE\PE\script.php on line 13
!?!
As you can tell im running PHP 4 on BadBlue Personal Server on My Win98 SE Platform
Any help?
Thanks