RE: [PHP] Newbie again: get no $QUERY_STRING

2004-10-27 Thread Zareef Ahmed
Hi, What are you trying to do? If you want to get the values of query string they will be available in $_GET array. Try Print pre; print_r ($_GET); Print /pre; Zareef ahmed -- Zareef Ahmed :: A PHP develoepr in Delhi

RE: [PHP] Newbie again: get no $QUERY_STRING

2004-10-27 Thread Robby Russell
On Thu, 2004-10-28 at 09:28 +0530, Zareef Ahmed wrote: Hi, What are you trying to do? If you want to get the values of query string they will be available in $_GET array. Try Print pre; print_r ($_GET); Print /pre; Yeah, as a habit I usually have a function called something like