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

2015-06-04 Thread Bastien Koert
Ron, If this is a display issue, have you tried running stripslashes($outputstring) on the output from the database? That is the usual way to handle it Bastien On Thu, Jun 4, 2015 at 7:29 AM Ron Piggott wrote: > > On 03/06/15 09:37, Aziz Saleh wrote: > > On Wed, Jun 3, 2015 at 12:25 AM, Ron Pi

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

2015-06-04 Thread Ron Piggott
On 03/06/15 09:37, Aziz Saleh wrote: On Wed, Jun 3, 2015 at 12:25 AM, Ron Piggott > wrote: On 02/06/15 23:20, Aziz Saleh wrote: On Tue, Jun 2, 2015 at 11:08 PM, Ron Piggott mailto:ron.pigg...@actsministries.org>> wrote: On 02/06/15

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

2015-06-03 Thread Aziz Saleh
On Wed, Jun 3, 2015 at 12:25 AM, Ron Piggott wrote: > On 02/06/15 23:20, Aziz Saleh wrote: > > On Tue, Jun 2, 2015 at 11:08 PM, Ron Piggott < > ron.pigg...@actsministries.org> wrote: > >> >> On 02/06/15 22:58, Aziz Saleh wrote: >> >> >> >> On Tue, Jun 2, 2015 at 10:50 PM, Ron Piggott < >> ron.p

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