Re: [PHP] why should $_SESSION be slower than other arrays?

2004-09-09 Thread Aaron Voisine
In any case, it would appear the comments in the session section of the online docs are wrong or just out of date, and I don't need to worry about it. I'll go ahead and add a comment to that effect on the ref.session page. l8r Aaron --- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Chris Dowell w

[PHP] why should $_SESSION be slower than other arrays?

2004-09-08 Thread Aaron Voisine
I read in the docs several comments that $_SESSION is slower that other arrays. One comment even had benchmarking info indicating it was about half as fast. I don't understand why this should be. Isn't $_SESSION just a normal super global array like any other, except that it get serialized and wri

[PHP] Undefined index:

2002-10-01 Thread Voisine
Hi, I'm learning php from a book but because of global off I have have several "Undefined index" message! I don't want to change the default setting in my php.ini because I want to learn the good way. What I'm doing wrong? Undefined index: categorie if ($_POST['categorie'] == "New") { Undefined

[PHP] Re: Thanks

2002-09-29 Thread Voisine
Thank you Sascha and Matt you got it ! Everything is working fine now. There is a lot of printing error in this book :( Regards! Voisine Voisine wrote: > Hello, > > I'm learning PHP from a book "PHP for newbie writen in French" and I > have an error on one of the

[PHP] Undefined constant error

2002-09-29 Thread Voisine
Hello, I'm learning PHP from a book "PHP for newbie writen in French" and I have an error on one of the exemple. Undifined constant 'compteur' on line 15 which is : if (compteur == 1) { What I'm doing wrong? This is the script CatalogueQuel type d'animal cherchez-vous ?\n"; echo "\n"; echo "";

Re: [PHP] Re: unexpected T_SL

2002-09-02 Thread Voisine
2, 2002, 11:28:09 AM, I've got: > > E> Voisine wrote: > >> Hi, > >> > >> What is wrong witht his code? Parse error: parse error, unexpected > >> T_SL in c:\program files\easyphp\www\tutorial\eod.php on line 2 > >> > >> >&g

[PHP] Re: unexpected T_SL

2002-09-02 Thread Voisine
Your lucky :) because I'm using the same version and I have this parse error. Erwin wrote: > Voisine wrote: > > Hi, > > > > What is wrong witht his code? Parse error: parse error, unexpected > > T_SL in c:\program files\easyphp\www\tutorial\eod.php on line 2 &

Re: [PHP] unexpected T_SL

2002-09-01 Thread voisine
bet ya'd be able to solve > really quickly > > > -Original Message- > > From: Voisine [mailto:[EMAIL PROTECTED]] > > Sent: Monday, 2 September 2002 12:34 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] unexpected T_SL > > > > > > Hi,

[PHP] unexpected T_SL

2002-09-01 Thread Voisine
Hi, What is wrong witht his code? Parse error: parse error, unexpected T_SL in c:\program files\easyphp\www\tutorial\eod.php on line 2 Regards! Joe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php