Re: [PHP] still learning php

2001-10-01 Thread Dimitris Kossikidis
ll - Original Message - From: "Caleb Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 4:32 PM Subject: Re: [PHP] still learning php > thank you s much that was much much better indeed :), >

Re: [PHP] still learning php

2001-10-01 Thread Caleb Carvalho
quot; <[EMAIL PROTECTED]> >To: "Caleb Carvalho" <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subject: Re: [PHP] still learning php >Date: Mon, 1 Oct 2001 15:52:23 +0300 > >Use addslashes() to escape single quotes or double quotes. It 's in the >manu

Re: [PHP] still learning php

2001-10-01 Thread Miles Thompson
ry Interactive >410 Frimley Business Park >Frimley, Surrey. GU16 7ST >United Kingdom >Telephone : +44 (0)1276 808300 > > > >>From: "Dimitris Kossikidis" <[EMAIL PROTECTED]> >>To: "Caleb Carvalho" <[EMAIL PROTECTED]> >

Re: [PHP] still learning php

2001-10-01 Thread Dimitris Kossikidis
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 3:36 PM Subject: Re: [PHP] still learning php > Hi Dimitris, > > thanks, but what if

Re: [PHP] still learning php

2001-10-01 Thread Caleb Carvalho
ho" <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]> >Subject: Re: [PHP] still learning php >Date: Mon, 1 Oct 2001 14:29:14 +0300 > >$field_value = "I 'm bla bla"; >$field_value = addslashes($field_value); > >$sql = "Insert into TABLE v

Re: [PHP] still learning php

2001-10-01 Thread Dimitris Kossikidis
$field_value = "I 'm bla bla"; $field_value = addslashes($field_value); $sql = "Insert into TABLE values('$field_value'); - Original Message - From: "Caleb Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Octobe

[PHP] still learning php

2001-10-01 Thread Caleb Carvalho
I posted a msg earlier on regarding error when adding text with quotes ' .. I have just found out thar I need to use addslash() function, my q's is where do i put this function? Caleb Carvalho Application Engineer LoadRunner/APM