RE: [PHP] Program to check for cookies

2001-08-26 Thread Dave

Please dont reply to messages with a new subject as this breaks threading.

also check the man for addslashes...  where are you getting the error, storage
or retrieval?

Dave

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 25, 2001 3:44 PM
To: Sunil Jagarlamudi; [EMAIL PROTECTED]
Subject: Re: [PHP] Program to check for cookies


I have a form that submits data to a database, works great until someome
puts in an apostrophe in the comments area...how do i escape this
charecter upon
insert?




--
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]





-- 
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]




[PHP] Program to check for cookies

2001-08-25 Thread Sunil Jagarlamudi

Is there a program which will check for cookies before
it allows access into the web site ?

I want the user to enter the userid/password on a
secure web server and pass the cookie information to
the regular server. I don't want them to access
regular web server without that cookie being enabled
through the secure server.

Thank You

Sunil

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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] Program to check for cookies

2001-08-25 Thread idesign

I have a form that submits data to a database, works great until someome 
puts in an apostrophe in the comments area...how do i escape this 
charecter upon
insert?




-- 
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]