Re: [PHP] Re: storing a mysql query in mysql

2010-02-17 Thread Ashley Sheridan
On Wed, 2010-02-17 at 11:47 -0600, Shawn McKenzie wrote: > Matt Giddings wrote: > > Whats the best way to store a mysql query in mysql. I'm trying to store a > > mysql query in a debug log table if there is a problem with the query. I've > > tried using addslashes and a few other commands. I don

[PHP] Re: storing a mysql query in mysql

2010-02-17 Thread Shawn McKenzie
Matt Giddings wrote: > Whats the best way to store a mysql query in mysql. I'm trying to store a > mysql query in a debug log table if there is a problem with the query. I've > tried using addslashes and a few other commands. I don't have a problem > putting the data into the database but when I