Regarding the variables, although the new version is backwards compatible
with the way variables were passed in the old version, I found I could only
use the $_POST['variable'] to get the variable. I think you might need to
tinker with the new php.ini file and check the register global variables
thingy in there. If you want to know about the new syntax read the release
notice.

Interestingly, is it true that the new way in which the variables are passed
from forms to scripts could be done in a similar way in the older versions
but using http_global_vars (or something like that) and turning off the
register global variables in php.ini??



"Martin Halford" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi!
>
> I've tried to install PHP 4.1.0 on the above Windows configuration using
the
> Installer program.
>
> Running phpinfo() I'm still showing Version 4.0.2, but something has
changed
> because php has suddenly become very fussy about variables being defined
and
> strings being quoted - in fact hardly any of my pages work!!
>
> I suspect the installer is loading the CGI version and I have the ISAPI
> module already installed?  I'm wary of fiddling around because the
original
> setup of 4.02 involved making changes to the Windows Registry.
>
> Any ideas?
>
> Best regards,
>
> Martin
>
> ----------------------------------
> Martin Halford
> V-Consult Limited
> http://www.v-consult.co.uk
> ----------------------------------
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to