mysql_query("insert into news(tittle,author,content) values('"{$tittle}"','"{$author}"','"{$content}"')");
这句有错吗?
异常:Parse error: syntax error, unexpected '{' in G:\xampp\htdocs\php\news\index.php on line 13