Re: [PHP] Problems inserting single quote into Oracle database

2001-10-31 Thread Kevin Dewsnup
D]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 5:57 PM Subject: Re: [PHP] Problems inserting single quote into Oracle database > On Wed, 31 Oct 2001 11:01, Kevin Dewsnup wrote: > > I am having problems with inserting single quote's > > into an oracle 8.1.

Re: [PHP] Problems inserting single quote into Oracle database

2001-10-30 Thread Thies C. Arntzen
On Tue, Oct 30, 2001 at 09:54:19PM -0800, Hugh Danaher wrote: > I don't know if this will work for Oracle but try putting a backslash before > the single quote mark (e.g. it\'s) the ' should then taken as another > character by php. > Hope this works for you. single quotes are escaped using a

Re: [PHP] Problems inserting single quote into Oracle database

2001-10-30 Thread Hugh Danaher
I don't know if this will work for Oracle but try putting a backslash before the single quote mark (e.g. it\'s) the ' should then taken as another character by php. Hope this works for you. Hugh - Original Message - From: Kevin Dewsnup <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tues

Re: [PHP] Problems inserting single quote into Oracle database

2001-10-30 Thread David Robley
On Wed, 31 Oct 2001 11:01, Kevin Dewsnup wrote: > I am having problems with inserting single quote's > into an oracle 8.1.7 database through a form. > > When inserting 'its' it works fine. > > When inserting 'it's' I get this error: > "OCIParse: ORA-01756: quoted string not properly > terminated i