RE: [PHP] Sesion Vars get reseted

2002-12-05 Thread Miguel López Dinaweb Dpto. Programación
aweb.com   http://www.dinahosting.com http://www.u-lo.com http://www.empregogalego.com -Mensaje original- De: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 05 de diciembre de 2002 17:02 Para: Miguel López Dinaweb Dpt

[PHP] Sesion Vars get reseted

2002-12-05 Thread Miguel López Dinaweb Dpto. Programación
Hi, I'm having a trouble with session vars, that i suspect that is related to garbage collection system. I start a session and make and continuos use of it, but sudently the session vars are reseted, the time when this ocurs is variable, always after passing the time of garbage recollection since t

RE: [PHP] Re: Send multiple SQL staments in one query

2002-11-25 Thread Miguel López Dinaweb Dpto. Programación
lunes, 25 de noviembre de 2002 16:25 Para: Seth Remington; Miguel lópez dinaweb dpto. programación CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Re: Send multiple SQL staments in one query Hello, "Seth Remington" <[EMAIL PROTECTED]> wrote: [snip] > Here's a function that I use t

[PHP] Send multiple SQL staments in one query

2002-11-25 Thread Miguel López Dinaweb Dpto. Programación
Hi, I can't send multiple sql staments in one query, i always get an error saying that the sentece is incorrect, i thorw the sentece in a mysql console and works fine, i'm sepraing sentences with ; i try to separe using ;\n or ;\r\n but don't work Anyone can help me? :-) ___