Closed mreidsma closed 11 years ago
I threw an error adding a comment with a parenthesis. Need to make sure to escape entries, not only to allow punctuation but also to protect against SQL injection. Try $mysqli->real_escape_string($string).
This has been fixed with the latest push.
I threw an error adding a comment with a parenthesis. Need to make sure to escape entries, not only to allow punctuation but also to protect against SQL injection. Try $mysqli->real_escape_string($string).