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 ""; print_r ($_GET); Print ""; Zareef ahmed -- Zareef Ahmed :: A PHP develoepr in Delhi ( In

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 ""; > print_r ($_GET); > Print ""; > Yeah, as a habit I usually have a function called something