phpQuestioner Posted September 9, 2007 Share Posted September 9, 2007 does anyone know why this hit counter will not register in my database? <?php mysql_connect("localhost","username","password"); mysql_select_db("database"); mysql_query("UPDATE mytable SET myrow=myrow+1"); ?> Link to comment https://forums.phpfreaks.com/topic/68541-have-trouble-with-my-hit-counter/ Share on other sites More sharing options...
fenway Posted September 9, 2007 Share Posted September 9, 2007 Um, where clause? Link to comment https://forums.phpfreaks.com/topic/68541-have-trouble-with-my-hit-counter/#findComment-344563 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.