Crazy huh? But yes I cant seem to pass a value from a form to a php page. I can run php scripts just fine but all form values are empty. Im running PHP4 with Apache on win2k. I would GREATLY apreciate ANY help.
Thanks SUPER N00Be
Check out the this entry. I was having the same problem and have now fixed it.
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10213706
maybe you should check
/usr/local/lib/php.ini
if it has enabled
register_globals = On
it can be one of the reasons....