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 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:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<?php
echo "t=$t";
?>
</body>
</html>

Please help me.
Thanks


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to