Hey I wanted to do something like this (if this was an actual code):
I want the code to reset all the pollv to 0 for ALL users. Is this possible?
| Code: |
| mysql_query("UPDATE `members` SET `pollv` = '0' FOR ALL"); |
I want the code to reset all the pollv to 0 for ALL users. Is this possible?
