RE: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Moraes, Fabio
x27;var'] i hope it helps you. best regards, --fabio moraes. -Original Message- From: Richard Vincent [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 1:17 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Scripts not seeing querystring vars Hello, I recently installed PHP on my

RE: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Moraes, Fabio
not seeing querystring vars Turn on register_globals in your php.ini file. On Mon, 19 Aug 2002, Richard Vincent wrote: > Hello, > > I recently installed PHP on my win 2000 server and it appeared to be working > great .. but I have recently detected one problem. It's not see

Re: [PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Mon, 19 Aug 2002, Richard Vincent wrote: > Hello, > > I recently installed PHP on my win 2000 server and it appeared to be working > great .. but I have recently detected one problem. It's not seeing > querystring variable info and instatiating v

[PHP-INST] Scripts not seeing querystring vars

2002-08-19 Thread Richard Vincent
Hello, I recently installed PHP on my win 2000 server and it appeared to be working great .. but I have recently detected one problem. It's not seeing querystring variable info and instatiating variables inside the script that correspond to the querystring Any ideas .. Please help. Richard