include 'header.php';
$prof1 = mysql_query("SELECT * FROM `users` WHERE `username`='".$_GET['user']."'");
$prof = mysql_fetch_object($prof1);
if($prof->id < 1){
echo Message("This doesn't exist or the user hasn't made a post in the forums yet.");
include 'footer.php';
die();
}
if($prof->rep > 0){$what="positive";}
if($prof->rep == 0){$what="neutral";}
if($prof->rep < 0){$what="negative";}
?>
Pokemon Creed Forums
Profile of echo $prof->username; ?>
|