[PHP] Re: session & languages array.

2004-03-29 Thread Rafael Cotta
> > please help > > vamp. Check wheter you have register_globals on or not (you can write a test.php with the line echo ini_get('register_globals'); if it shows '1', congratulations, your register globals is on). If that is the case, you are probably setting

[PHP] Re: An extension to CREATE zips??

2004-03-15 Thread Rafael Cotta
I already made something like this on Linux using the exec function and zip command. You'll need to find a command line zip utility for Windows. But be very careful on using data sent by the user for exec'ing. Regards, Rafael http://cifradasweb.net/ "Brian J. Celenza" <[EMAIL PROTECTED]> wrote