Ok i want it so when my userlevel 1 refresh's the page it set's there health to 999, ive done the php and query but how do i go about doing the refresh bit?
What i need is when they refresh the page it does that, thanksPHP Code:<?php if($fetch->userlevel == "1"){
echo"mysql_query("UPDATE users SET health='999' WHERE username='$username");";} ?>![]()






Reply With Quote

