Hello, Has anyone seen http://www.habboremix.net/
You see the room creater and every thing? Could someone PLEASE make one one I will give u The Furni Includes Code
Could someone just save it as Room.php PLEASEPHP Code:<?
$usersql = mysql_query("select * from usr_users where username = '$user'");
$usr2 = mysql_fetch_array($usersql);
$getfurni = mysql_query("select * from usr_furni where userid = '$usr2[id]'");
$check = mysql_num_rows($getfurni);
if($check==0)
echo("This user does not have any furni..");
else
{
while($furni = mysql_fetch_array($getfurni))
{
$geturl = mysql_query("select * from usr_furnidb where id = '$furni[id]'");
while($url = mysql_fetch_array($geturl))
{
echo('<img src="'.$url[url].'" />');
}
}
}
?>I will +rep for 1 Hole Month





I will +rep for 1 Hole Month

Reply With Quote







