On Saturday, 2. March 2002 08:24, Bill Platt wrote: > Now, my question is this. How do I get the database to accept > the quotation marks and apostrophes?? The kind of data I am > entering into the tables is better with these items left in > rather than left out. > Hello Bill,
all you have to do is to escape your quotation marks: " => \" or ' => \' Regards Georg sql, query --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php