liebe. *_*
öh.. ne:
mach
mysql_query( ' INSERT INTO News (news_type,news_topic,news_content) VALUES ($news_type,$news_topic,$news_content) ' );
einfach zu
mysql_query( " INSERT INTO News (news_type,news_topic,news_content) VALUES ($news_type,$news_topic,$news_content) " );