I can click links and they work but when I enter data in a form and try to send it to the next php script to process the data, nothing happens. Is there a simple way I can see what is returning from the browser to see if what I expect is actually getting there?? I think $_SERVER['QUERY_STRING'] should do it but I get nothing with that one...
Any help is GREATLY appreciated.
Robin E. Kopetzky Black Mesa Computers/Internet Services
please check the PHP4.1.0 release notes, paragraph 'new input mechanism'. http://www.php.net/release_4_1_0.php
most existing scripts and manuals expect 'register_globals' in php.ini to be 'on'.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php