Hello Leif, hello all,
register_globals is on
How can I use the superglobal array?
And here is how my php behave:
when I run the following script: info70.php
<?php
print_r($GLOBALS);
?>
1) from commandline
then [SCRIPT_NAME] => info70.php
is set correctly
2) direkt via http request from browser
then PHP_SELF = htdocs3/bildvote/admin/info70.php
zend and php-logo isn�t depicted.
3) via http script is in the htdocs (/usr/local/apache/htdocs) directory
PHP_SELF =
What can I do?
Oliver Etzel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php