Does the new PHP5 force globals off? Because even if I turn on globals, my
script still does nothing =\.
"Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> you may need to change php.ini
>
> register_globals = off
>
> eg. $_SERVER["PHP_SELF"]
>
> to
>
> register_global
On Fri, 2003-07-04 at 21:19, AzN wrote:
> I have yet to try MySQL on PHP5 because I cant use any of my scripts that
> use MySQL!
Sure you can! The latest snapshots include a MySQL client.
Cheers,
Marco
>
> "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hel
you may need to change php.ini
register_globals = off
eg. $_SERVER["PHP_SELF"]
to
register_globals = on
eg. $PHP_SELF
by the way, register_globals = on is not recommended.
Azn wrote:
Whats the error? I got PHP5 to work, except I still have a problem with my
configuration. My PHP files that u
This is what I get when I try to use phpMyAdmin:
cannot load MySQL extension,
please check PHP Configuration.
Documentation
So im guessing your right.
However, I still cannot use fusionphp.com's shoutbox. I cant login and when
I should, it just returns to the page. Anyone know whats wr
Whats the error? I got PHP5 to work, except I still have a problem with my
configuration. My PHP files that use $PHP_SELF? does not work... along with
other PHP functions.
I have yet to try MySQL on PHP5 because I cant use any of my scripts that
use MySQL!
"Seung Hwan Kang" <[EMAIL PROTECTED]> wro