X.x No.  It's turned off for a reason: security.

Chris Shiflett wrote:

I think you mean turn on register_globals. :-)

Sascha Cunz wrote:

try
<?php
echo $_GET['tmp'];
?>

or turn off register_globals in your php.ini file.

Am Mittwoch, 30. Oktober 2002 20:49 schrieb Manuel Jenne:

My Script:
Test.php

<?
echo $tmp;
?>

My URL:
www.some.domain/test.php?tmp=5

My result:

NOTHING !!!


--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to