I'm trying to setup a web form that submits data to a back-end database. I have the form setup and the action is another PHP file.
My problem is that I can't seem to reference the form objects as variables when the form is submitted. All I get are errors like this:
Notice: Undefined variable: name in D:\wwwroot\optin.php on line 9
I'm basically a PHP newbie and I'm sure it's something stupid, but I just don't know what I'm doing wrong. Is there something special I need to do to pass the form items to the new php file?