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