mysql_real_escape_string() , MySQL , . , .
For example, a backslash ( \) and a single quote ( ') are used to build a query (and then exit), but there is no forward slash. The structures you mentioned have context outside of the quoted value, but since they are quoted (and correctly exit), they will not adversely affect the request.
source
share