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
1) from commandline
then [SCRIPT_NAME] => info70.php
is set correctly
2) direkt via http request from browser
then PHP_SELF = htdocs3/b
nip
How can I get this value when I run it as a CGI?
Oliver Etzel
- Original Message -
From: Leif K-Brooks
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, December 10, 2002 1:03 PM
Subject: Re: [PHP] PHP_SELF Variable
Odd. Mind doing: print_r($GLOBALS); and t
EMAIL PROTECTED]
Sent: Tuesday, December 10, 2002 1:03 PM
Subject: Re: [PHP] PHP_SELF Variable
Odd. Mind doing: print_r($GLOBALS); and tsending the results?
[EMAIL PROTECTED] wrote:
>Hello Johannes, hello all,
>
>I compiled it as CGI-php
>and the variable $_SERVER['PHP
Odd. Mind doing: print_r($GLOBALS); and tsending the results?
[EMAIL PROTECTED] wrote:
Hello Johannes, hello all,
I compiled it as CGI-php
and the variable $_SERVER['PHP_SELF'] has no value either.
What can I do on order to give PHP_SELF the right value?
Oliver Etzel
On Tuesday 10 Decembe
Hello Johannes, hello all,
I compiled it as CGI-php
and the variable $_SERVER['PHP_SELF'] has no value either.
What can I do on order to give PHP_SELF the right value?
Oliver Etzel
On Tuesday 10 December 2002 12:36, info AT t-host.com wrote:
> after successfully compiling and installing ph
On Tuesday 10 December 2002 12:36, info AT t-host.com wrote:
> after successfully compiling and installing php.4.3-dev from tarball
> ...
> PHP_SELF has no value. How can I set this?
Try using $_SERVER['PHP_SELF'] if it works look at the release notes and look
for "register_globals"
johannes
--
Hello Leif, hello all,
after successfully compiling and installing php.4.3-dev from tarball
there in my info.php the variable
Variable Value
PHP_SELF
PHP_SELF has no value. How can I set this?
Oliver Etzel
Not quite sure what you mean, but I'm guessing you're trying to use
$PHP_SELF and it's not set. If that's the case, use
$_SERVER['PHP_SELF'] instead. Register_globals defaults to disabled now.
[EMAIL PROTECTED] wrote:
Hello List,
anybody knows how to set the PHP_SELF variable?
Short answers
Hello List,
anybody knows how to set the PHP_SELF variable?
Short answers are welcome...
Oliver Etzel
9 matches
Mail list logo