$sSql = "INSERT INTO comments
( post_id,name, email, website,content)
VALUES (".$_POST[postid]",'".$_POST[name]"', '".$_POST[email]"', '"$_POST[website]"', '"$_POST[content]"')";
我收到以下错误。任何人都可以帮助解决这个问题吗?解析错误:语法错误,代码中出现意外的 T_CONSTANT_ENCAPSED_STRING