Forum Moderators: coopster

Message Too Old, No Replies

Form Post does not work

this doesn't to be that simple i warn you

         

hakre

10:29 am on Jul 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hi folks,

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

hakre

11:14 am on Jul 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ok folks, finally i got it: mod_bandwidth as win32 port does block post operations with php (apache) in some circumstances even not mapped in the directory.

that's it. hotfix: disable mod_bandwidth