17.05.2018, 19:15
Try this:
I'm not sure if it will work! (I'm still learning MySQL)
EDITED: Code was edited a little!
PHP код:
mysql_query_nodata("SELECT * FROM `plr_veteran` ORDER BY `ID` ASC"); //Change the `ID` to the name of the variable which you are using line order
mysql_query_nodata("UPDATE `plr_veteran` SET `Actve`= '1' WHERE `VHOURS` > '20'");
EDITED: Code was edited a little!