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"); ?> Quote Link to comment Share on other sites More sharing options...
fenway Posted September 9, 2007 Share Posted September 9, 2007 Um, where clause? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.