Hello, maybe some can help me with my problem, i want this mysql_query work only once per all time, how to do it correct?
if($final => 10){$example = mssql_query("Update Character Set Money='$rmoney',PkLevel='3',PkTime='0' where name='$character'");}
The problem is table update all time when some refresh the page.
if($final => 10){$example = mssql_query("Update Character Set Money='$rmoney',PkLevel='3',PkTime='0' where name='$character'");}
The problem is table update all time when some refresh the page.