If I dump something out from phpMyAdmin like this:

INSERT INTO database VALUES( 'bill's bowtie');

and then I want to feed it back into phpMyAdmin it gives me an error.
Basically, it's confused by the middle apostrophe.  So how can I dump this
statement back into phpMyAdmin other than by manually adding a slash before
each apostrophe that will confuse it?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to