matt121400 Posted November 20, 2009 Share Posted November 20, 2009 so i have a php page update that adds 1 to the tally like this mysql_query("update table set entry1 = entry1 + '1' where user = '$user'"); The problem is it is being used SO quickly so often that it seems it is missing alot of updates. What would be a better way of doing this that guarantees each update is counted? Link to comment https://forums.phpfreaks.com/topic/182257-php-update-mysql-problem/ Share on other sites More sharing options...
rajivgonsalves Posted November 20, 2009 Share Posted November 20, 2009 have a insert in another table I am not too sure if that is the optimal way though Link to comment https://forums.phpfreaks.com/topic/182257-php-update-mysql-problem/#findComment-961769 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.