Forum Moderators: coopster
after answering hundreds of posts in this forum, here is my first question. i warn you, this seems to be a php specific problem bound to it's config and not that simple:
os: win32 / winxp
php: 4.3.6
register_globals: on (!)
sympton:
if i make a post request to my script, with register_globals defenetly on (ini, php_info output), all post vars do no exist. even $_POST is empty.
i think my last update of php is not that far away but i realized this prob today only. i use that system for local development and did a lot since the update of php but maybe this is the first check i've done with forms method="post".
i'm tracking this for hours and need some ideas and hints from outside now. post all your thoughts and ideas please.
-hakre