|
|
 |
Re: FN-FORUM: PHP carts and register_global = off : Know one that works?
date posted 12th January 2004 22:20
> I'm still searching for a nice php based cart but everyone that I have
found
> so far doesn't want to work due to "register_globals = off " and my host
> wont change it (which if fair enough for security reasons). Did try to
look
> at a perl based one but my linux skills are next to 0 and got far too
> confused.
Just use the cart which you like just modify the code a bit. In each file
register the globals into the variables, for example:
$foo = $_GET['foo'];
To go through the files wouldn't take that long or you could just get
someone from the list to do it for you.
Some more info about the globals in PHP:
http://uk.php.net/register_globals
--
Grzegorz BRZESKI
|
 |
|