mysql_query("INSERT INTO messages VALUES ( null,'".mysql_real_escape_string($_post['name'])."', '".mysql_real_escape_string($_POST['sex'])."', ..... )"); 请问以上 ...
Special characters require the MySQL escape character to indicate to the server that you want to insert the characters without executing any secondary code. Special characters such as commas and ...