RE: [PHP] Program to check for cookies

2001-08-26 Thread Dave
1 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? >

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: [EMA

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