php-install Digest 21 Oct 2002 09:45:20 -0000 Issue 1079

Topics (messages 8861 through 8861):

Re: Problems with PHP 4.2.3 & IIS 5.1 & WinXP
        8861 by: David Barrett

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I am absolutely sure the PHP.ini file is the same.

Also, it is not the global variables that I have the problem with... not
that I've checked, I have no need for them.  It is the passing variables
from forms using GET or POST (I have tried both).  With GET, all the
variables are passed in the URL (can be seen in the address bar), but PHP
refusing to parse them.

I have tried echoing, etc.  I can guarantee that the variables are not being
handled correctly.  I will be trying a later version of PHP as soon as I get
my hands on one (am having problems downloading the dev version at the
moment), or failing that will be regressing until I find a version that
works!

"Stuart" <[EMAIL PROTECTED]> wrote in message
news:3E3C18B2-E147-11D6-B6DA-000393A7098C@;sharedserver.net...
> On Tuesday, Oct 15, 2002, at 01:08 Europe/London, David Barrett wrote:
> > Hehe... I love quick solutions... not...
> >
> > The problem has got to be with PHP 4.2.3.  I have the same using it
> > under
> > Apache 2.whatever the latest stable release is.  And my php.ini is the
> > same
> > as it is on all my other installations.
> >
> > Mind you, in my case the problem could be Apache, too... the above
> > versions
> > appear not to like each other.
> >
> > Any more ideas?  Oh, and can I have a page reference for any "look it
> > up in
> > manual" comments, please? ;-)
>
> Are you absolutely sure your php.ini file is exactly the same on each
> installation? You are aware that the default value for register_globals
> changed at version 4.2? If not, read the warning on this page:
> http://www.php.net/manual/en/language.variables.predefined.php
>
> If that's not it, have you tried echoing the variable. Have you tried
> doing a print_r (www.php.net/print_r) on $_GET and/or $_POST?
>
> --
> Stuart
>


--- End Message ---

Reply via email to