Re: [PHP] Newbie: get no $QUERY_STRING

2004-10-27 Thread John Holmes
Horst Jäger wrote: I get no $QUERY_STRING (and no GET- or POST-Params). $_SERVER['QUERY_STRING'], $_GET['param'], $_POST['param'], etc.. register_globals Off Off Or turn this on. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Profe

[PHP] Newbie: get no $QUERY_STRING

2004-10-27 Thread Horst Jäger
Hi, I'm afraid this might be a stupid question but this is my first PHP-day. I get no $QUERY_STRING (and no GET- or POST-Params). I'm using PHP 4.3.3 on a SUSE LINUX 9.0 Machine. When I view the following page: I get: NULL I copy my phpinfo below in case someone wants to have a look at it. Tha