Parse error: syntax error, unexpected T_STRING in /home/ewrektga/public_html/php/newspost.php on line 21
Line 21 is mysql_query(INSERT INTO news_table values("$poster","$date","$news");
can anyone see what i did wrong cause i sure cant
klick wrote:Parse error: syntax error, unexpected T_STRING in /home/ewrektga/public_html/php/newspost.php on line 21 Line 21 is mysql_query(INSERT INTO news_table values("$poster","$date","$news"); can anyone see what i did wrong cause i sure cant
mysql_query("INSERT INTO news_table values('$poster','$date','$news')");