Re: [PHP-DB] Removing slashes from the database

2015-06-02 Thread Ron Piggott
On 02/06/15 23:20, Aziz Saleh wrote: On Tue, Jun 2, 2015 at 11:08 PM, Ron Piggott > wrote: On 02/06/15 22:58, Aziz Saleh wrote: On Tue, Jun 2, 2015 at 10:50 PM, Ron Piggott mailto:ron.pigg...@actsministries.org>> wrote: I am worki

Re: [PHP-DB] Removing slashes from the database

2015-06-02 Thread Aziz Saleh
On Tue, Jun 2, 2015 at 11:08 PM, Ron Piggott wrote: > > On 02/06/15 22:58, Aziz Saleh wrote: > > > > On Tue, Jun 2, 2015 at 10:50 PM, Ron Piggott < > ron.pigg...@actsministries.org> wrote: > >> >> I am working through the process of removing \'s from the database. I am >> trying to get this query

Re: [PHP-DB] Removing slashes from the database

2015-06-02 Thread Ron Piggott
On 02/06/15 22:58, Aziz Saleh wrote: On Tue, Jun 2, 2015 at 10:50 PM, Ron Piggott > wrote: I am working through the process of removing \'s from the database. I am trying to get this query using a variable starting with "<<<" $query1

Re: [PHP-DB] Removing slashes from the database

2015-06-02 Thread Aziz Saleh
On Tue, Jun 2, 2015 at 10:50 PM, Ron Piggott wrote: > > I am working through the process of removing \'s from the database. I am > trying to get this query using a variable starting with "<<<" > > $query1 =<< UPDATE `TABLE_NAME` SET `COLUMN_NAME` = > REPLACE(REPLACE(REPLACE(`COLUMN_NAME`,'\\\'',

[PHP-DB] Removing slashes from the database

2015-06-02 Thread Ron Piggott
I am working through the process of removing \'s from the database. I am trying to get this query using a variable starting with "<<<" $query1 =<<|#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near