|  | Posted by Ian Rastall on 06/28/05 22:18 
Sorry for the double question. I'm having a terrible time figuring outhow to escape apostrophes in my mySQL database. Perhaps they have to
 be escaped in the PHP, using mysql_real_escape_string?
 
 This is the code:
 
 http://www.gongfamily.net/code.txt
 
 The page in question is:
 
 http://www.gongfamily.net/daevid.php
 
 the entry being N'existe Pas. Information about the album should show
 up on the left when the title is clicked on, but it doesn't happen
 whenever there's an apostrophe. This is an escaping problem, I'm sure,
 but the real problem is, I'm over my head!
 
 The second problem is on the same page. You can click a table header
 to sort the table, but when I click the 'Group' header, I get the
 error:
 
 "You have an error in your SQL syntax; check the manual that
 corresponds to your MySQL server version for the right syntax to use
 near 'Group ASC' at line 1"
 
 But I'm lost as to what to do here. I've poured over the code, despite
 not being very well-versed in PHP. Again, I'm over my head, and would
 truly appreciate any help.
 
 TIA
 
 Ian
 --
 Was it not a comedy, a strange and stupid
 matter, this repetition, this running around
 in a fateful circle? (Hermann Hesse)
 http://www.bookstacks.org/
 [Back to original message] |