Jump to content

Stop Loading


Lamez

Recommended Posts

is there a way I could make the rest of the page from loading?

 

for example

 

<?php

$q = mysql_query("SELECT * FROM `users` WHERE `username` = '$session->username'");

$row = mysql_fetch_array($q);

$ban = $row['ban'];

 

if ($ban == (1)){

echo "Username is Banned!";

//somthing to make the rest of the page from loading...

}

?>

Link to comment
https://forums.phpfreaks.com/topic/96574-stop-loading/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.