Evil-Tcquest Posted November 28, 2006 Posted November 28, 2006 Just a little question here. mysql_query("UPDATE users SET rulesread=0 WHERE userid=ALLUSERS",$c); How do I make this mysql query affect everyone? My thanks in advance. Quote
seanybob Posted November 28, 2006 Posted November 28, 2006 Re: Mysql query mysql_query("UPDATE users SET rulesread=0",$c); Quote
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.