Re: [PHP-INST] Problem with question mark !

2002-01-04 Thread Steve Cayford
Don't remember if register_globals is on by default. If not you'll need to use: echo "t=$HTTP_GET_VARS['t']"; On Friday, January 4, 2002, at 11:02 AM, Marios Karagiannopoulos wrote: > I have just installed the PHP4.0.6 and apache 1.3.20 > With the appropriate configuration. I tried a test fil

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Marios Karagiannopoulos
Thank you very much !! It worked !! -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 7:11 PM To: 'Marios Karagiannopoulos'; [EMAIL PROTECTED] Subject: RE: [PHP-INST] Problem with question mark ! Edit your php.ini file,

RE: [PHP-INST] Problem with question mark !

2002-01-04 Thread Jonathan Hilgeman
Edit your php.ini file, search for register_globals and make sure it is set to On. - Jonathan -Original Message- From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 9:03 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Problem with question mark ! I

[PHP-INST] Problem with question mark !

2002-01-04 Thread Marios Karagiannopoulos
I have just installed the PHP4.0.6 and apache 1.3.20 With the appropriate configuration. I tried a test file With http://MARIOS/crypto/admin/test.php3?t=1978 And I got just a blank page with t= And nothing else. The test.php3 file contains: Untitled Document Please help me. Thanks --