Amm estaba haciendo este code guiandome de uno!!
El code se trata de saber el estado de un Habbo..
Pero de repente no me funciona... quiero saber q hize mal ..
Aqui esta el code:
<style type="text/css">
.Texto {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
texto-decoration: none;
}
.Estilo1 {
color: #990000;
font-weight: bold;
}
.boton {
BORDER-RIGHT: #37798A 2px solid;
BORDER-TOP: #37798A 2px solid;
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
BORDER-LEFT: #37798A 2px solid;
CURSOR: pointer;
COLOR: #37798A;
BORDER-BOTTOM: #37798A 4px solid;
FONT-FAMILY: Verdana;
BACKGROUND-COLOR: #E0EFF3;
border-radius: 4px;
moz-border-radius: 4px
}
.campo {
BORDER-RIGHT: #37798A 2px solid;
BORDER-TOP: #37798A 2px solid;
FONT-WEIGHT: bold;
FONT-SIZE: 9px;
BORDER-LEFT: #37798A 2px solid;
CURSOR: pointer;
COLOR: #37798A;
BORDER-BOTTOM: #37798A 3px solid;
FONT-FAMILY: Verdana;
BACKGROUND-COLOR: #E0EFF3;
border-radius: 4px;
moz-border-radius: 4px
}
-->
</style>
<title>¡Consulta el estado!</title><form name="form1" method="post" action="">
<div align="center">
<p align="center" class="Estilo1">¡Consulta estado de un habbo!</p>
<p align="center"><span class="Texto">¿Siempre has querido saber si tus amig@s estan Online?. Aque esperas para saberlo</span><br>
<p align="center"><span class="Texto">Habbo Nombre:</span><br>
<input name="keko" type="text" class="boton"><br><br>
<span class="Texto">Hotel (Solo escribe es, com, co.uk, segun el Hotel):</span><br>
<input name="hotel" type="text" class="boton" value="es" maxlength="4">
<br><br>
<input type="submit" class="campo" name="Enviar" value="Enviar">
</form>
<?
if(isset($_POST['Enviar'])) {
$keko = $_POST["keko"];
$hotel = $_POST["hotel"];
echo "<center><span class='Texto'><b>$keko</b> del hotel <a href='http://habbo.$hotel' class='texto'>.$hotel</a> está <img src="http://www.habbies.nl/online/3/$hotel/$keko.gif"/></span></center>";
}
?>
el error se encuentra en la linea 65 Q es esta ... :
echo "<center><span class='Texto'><b>$keko</b> del hotel <a href='http://habbo.$hotel' class='texto'>.$hotel</a> está <img src="http://www.habbies.nl/online/3/$hotel/$keko.gif"/></span></center>";
Quisiera saber q hize mal

Doy Karma +