[PHP] Re: Confused about which function to use with forms/database

2002-05-18 Thread Dennis Gearon
I appreciate all the good info on this subject, everybody. In looking the archives, I am still confused on one issue. Do **ALL** databases treat \' or \" as escaped? Isn't the SQL standard character to escape with a ' ? -- - Joy is

Re: [PHP] Re: Confused about which function to use with forms/database

2002-05-18 Thread Miguel Cruz
On Sat, 18 May 2002, Dennis Gearon wrote: > I appreciate all the good info on this subject, everybody. > > In looking the archives, I am still confused on one issue. Do **ALL** > databases treat \' or \" as escaped? Isn't the SQL standard character to > escape with a ' ? I know that Oracle (at

Re: [PHP] Re: Confused about which function to use with forms/database

2002-05-18 Thread Dennis Gearon
I think I will try to standardize on the '' version, then. thank you. Miguel Cruz wrote: > > On Sat, 18 May 2002, Dennis Gearon wrote: > > I appreciate all the good info on this subject, everybody. > > > > In looking the archives, I am still confused on one issue. Do **ALL** > > databases treat