Jump to content

Query error


liquidity-zero

Recommended Posts

String data values must be enclosed in single-quotes to make them strings and you need to use mysql_real_escape_string() on all string data that can contain special SQL characters put into a query to prevent sql injection and to prevent the special SQL characters from breaking the query syntax.

Link to comment
https://forums.phpfreaks.com/topic/169877-query-error/#findComment-896183
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.