RE: [PHP-INST] PHP doesn't accept url parameters

2002-07-09 Thread Shrock, Court
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

RE: [PHP-INST] PHP Include

2002-07-05 Thread Shrock, Court
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

RE: [PHP-INST] Help!!!

2002-07-05 Thread Shrock, Court
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

RE: [PHP-INST] PHP/IIS5 Problem

2002-06-18 Thread Shrock, Court
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

RE: RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Shrock, Court
: 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

RE: [PHP-INST] Is ISAPI production ready

2002-05-14 Thread Shrock, Court
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

RE: [PHP-INST] stop access to local folders?

2002-05-06 Thread Shrock, Court
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? > > >

RE: [PHP-INST] stop access to local folders?

2002-05-06 Thread Shrock, Court
>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

RE: [PHP-INST] Missing OCX Controll

2002-02-08 Thread Shrock, Court
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