Basicly i want it so when a certain userlevel refresh's the page a certain iFrame does a sql query.
I dont know how to do the refreshing bit though.
Here's my php i made for a certain level.
And the SQL query..PHP Code:<?php if($fetch->userlevel == "4" || $fetch->userlevel == "4"){
echo"I want it here!";} ?>
Thanks.PHP Code:mysql_query("UPDATE users SET health='999' WHERE username='$username'");






Reply With Quote





