php not working - was working yesterday! please help
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
You are not checking to make sure there is actually posted data. When you reference $_POST and there is no $_POST array information, you are going to get errors.
Before any of the other stuff, and before you try assigning vars from the POST array, try a var_dump($_POST) to see what your app is seeing.
Before any of the other stuff, and before you try assigning vars from the POST array, try a var_dump($_POST) to see what your app is seeing.