In short, you need to access your variable via the superglobal arrays as
specified here:
http://www.php.net/manual/en/language.variables.predefined.php
Also, you can read from
http://www.php.net/manual/en/configuration.php#configuration.file ::
register_globals boolean
Tells whether or not to re
One possible solution:
Is your browser cacheing the page? I have found that I need to effectively
disable my browser cache.
> -Original Message-
> From: drbworld drbworld [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 03, 2002 10:22 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] P
Apache does not know to have PHP parse .php filesread install.txt for
directions on setting up apache--you will need to make some modifications to
your httpd.conf.
> -Original Message-
> From: John Lazos [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 04, 2002 1:18 AM
> To: [EMAIL
This is because register_globals is set to Off in your php.ini. For
security reasons, it is best to leave this setting as it is; instead, add
some code at the top of your script so that you get what you would expect:
$week = $_GET['week'];
$day = $_GET['day'];
...
The security hole comes in for
: Tuesday, May 14, 2002 12:53 AM
> To: Shrock, Court
> Cc: PHP Install
> Subject: Re: RE: [PHP-INST] Is ISAPI production ready
>
>
> Hi
>
> Hmm
>
> It was not my intention to start a war, but just a simple
> question to hear if the ISAPI is considered sta
That depends on if you think IIS is stable?
> -Original Message-
> From: Steen Rabol [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 12:33 AM
> To: PHP Install
> Subject: [PHP-INST] Is ISAPI production ready
>
>
> Hi
>
> I've tried several times, without luck but
>
> Is t
TODO: open head...insert brain...
> -Original Message-
> From: Shrock, Court [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 2:52 PM
> To: Jim Thome; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] stop access to local folders?
>
>
>
>From my experience with httpd.conf (apache 1.x.x), the "-Indexes" should be
"Indexes"..
> -Original Message-
> From: Jim Thome [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 2:38 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] stop access to local fol
I found that the OXC control it was looking for works properly with IIS4 and
not IIS5not an answer, really, as I just configured it manually and it
worked fine.
> -Original Message-
> From: Brent Newbury [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 08, 2002 11:59 AM
> To: [EMAI