[wellylug] php help on Ubuntu needed

Darryl Hamilton wellylug at addict.net.nz
Mon Apr 18 16:30:32 NZST 2005


Brent Wood wrote:
> Hey y'all...
> 
> I'm struggling to wrap my head around php/html... I have a problem which I hope
> some of the Linux/php gurus around can help with.

> in the php:
> echo "save :$save:<br>"  shows only "save ::" on screen. Same for all the other
> vars listed in the location.

Check the php.ini file and look for "register_globals"... if that is set 
to off, then you either need to turn it on or start using $_GET["save"] 
instead of just $save


Darryl




More information about the wellylug mailing list