ID: 10043
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Web Server problem
Description: action handler not working
I'm aware of the registerglobals. No, no functions in my code. It's relatively
straihgtforward, actually.
...snip...
Submit
EOT;
}
ID: 10043
Updated by: torben
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Web Server problem
Assigned To:
Comments:
What happens if you test $HTTP_POST_VARS['submit'] instead of just $submit? Sounds to
me like you don't have register_globals turned on in php.ini.