Ok i have done up a alert system ok its llike dis:
PHP Code:This is what is in part! of the panel Were u recive the alert ok now i want it when u send a alert it shows up only ONCE on dis one it shows up all da time help?
$showit = mysql_query("SELECT * FROM `ipalert`");
while($row = mysql_fetch_array($showit)){
$ip = $row["ip"];
$message = $row["message"];
$djname = $row["djname"];
}
if ($_SERVER["REMOTE_ADDR"] == $ip){
echo "<script>
alert ('Moderator $djname Says: $message\')
</script>";





ts Stuff
Reply With Quote



my bad
