RE: [PHP] easy one

2001-05-15 Thread Johnson, Kirk
following page requests. Kirk > -Original Message- > From: Adaran (Marc E. Brinkmann) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 7:52 AM > To: Php-General > Cc: Php-General > Subject: Re: [PHP] easy one > > > Hi Romulo, > > Romulo> Hello! &

Re: [PHP] easy one

2001-05-15 Thread Adaran (Marc E. Brinkmann)
Hi Romulo, Romulo> Hello! Romulo> How do I check if a session exist before I call session_start()? check if the Cookie PHPSESSID has been set! --- EnjoY, Adaran ([EMAIL PROTECTED]) check http://www.adaran.net -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] easy one

2001-05-15 Thread Romulo Roberto Pereira
Hello! How do I check if a session exist before I call session_start()? TIA, Rom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Easy one

2001-05-09 Thread Jason Murray
> Is there a function to check of the existance of character x in > string y which returns true or false only? Yes, strstr(). Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[PHP] Easy one

2001-05-09 Thread TopFive
Is there a function to check of the existance of character x in string y which returns true or false only? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators