RE: Re[2]: [PHP-WIN] Converting apostrophes for insertion into Oracle

2001-02-06 Thread Asendorf, John
[EMAIL PROTECTED]] > Sent: Monday, February 05, 2001 6:06 PM > To: Php-Windows (E-mail) > Subject: Re[2]: [PHP-WIN] Converting apostrophes for insertion into > Oracle > > > John: > > You could do something like this (I'm not sure if this will work): > &

Re[2]: [PHP-WIN] Converting apostrophes for insertion into Oracle

2001-02-05 Thread Pablo Vera
John: You could do something like this (I'm not sure if this will work): if (!isset($SHORT_NAME) || $SHORT_NAME=="") { $SQL=" INSERT into cfull2.tbl_dl_customers (CUSTID_NUM, SHORT_NAME) VALUES(\"$Max_ID\", null) "; } else { $SQL=" INSERT into cfull2.tbl_dl_cust