Hi I'm new to PHP and have the following problem with form variables: When I submit an HTML form to a PHP file (using either GET or POST methods) PHP returns an error saying that the variables (ie text fields) are undefined. Can anybody help me?
Can you give some code.
More than likely your not using ' marks for your index.
e.g. $_GET['index']
Actually, I had the syntax all wrong! All working now. Thanks for your help!
DM