can someone please tell whats wrong with this? no errors, but it doesn't do what its supposed to do!
<?
include("conf.php");
mysql_connect($host, $user, $password);
mysql_select_db($database) or die ("Unable to select database");
$query=mysql_query("UPDATE answer_count SET answer_count=answer count+1 WHERE aid='1'");
mysql_close();
?>
thanks in advance.