It doesnt give me a connection or string error or anything. But it doesnt put anything into the database either can someone tell me whats wrong with this query?
mysql_query("INSERT INTO `htmltut` ( `author` , `title` , `dates` , `level` , `rating` , `tutorial` , `searchwords` , `activated` , `tutid` ) VALUES('$author', '$title', $date , '$skill', '10', '$tutorial', '$searchewords', '0', '');");
It used to work and I haven't changed a thing but now it doesnt 😕