[PHP] Re: session languages array.

2004-03-29 Thread Rafael Cotta
('register_globals'); if it shows '1', congratulations, your register globals is on). If that is the case, you are probably setting $Idiomas to a different value on your script, and it is messing with your $_SESSION['Idiomas']. Regards, Rafael Cotta http://cifradasweb.net/ -- PHP General Mailing List

[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 in