Hola a todos
se que ya hay alguna solucion para insertar imagenes pero lo he probado y alguna cosa hago mal seguro
mi codigo es el siguiente
<html>
<body>
<td width="248" align="left" valign="top" style="background-repeat:repeat-x; background-position:top left "><div style="padding-left:4px; padding-top:10px"></div>
<div style="padding-left:4px; padding-top:7px"><a href="#"></a><span class="style5"></span>
<span class="style6">
<?
Header( "Content-type: image/gif");
include 'configs/config.php';
include 'configs/style.php';
error_reporting(0);
$l2_log = fsockopen ("$log_ip",$log_port, $errno, $errstr,1);
$l2_gam = fsockopen ("$gam_ip",$gam_port, $errno, $errstr,1);
$online = file_get_contents('online1.gif');
if ( $l2_log )
$FORM1 .= "<u>Login Server :</u><b>ONLINE</b><br>";
else
$FORM1 .= "<u>Login Server :</u><b>OFFLINE</b><br>";
if ( $l2_gam )
$FORM2 .= "<u>Game Server :</u><b>ONLINE</b><br>";
else
$FORM2 .= "<u>Game Server :</u><b>OFFLINE</b><br>";
echo $FORM1;
echo $FORM2;
?>
</span>
</div>
</td>
</body>
</html>
aki $FORM1 .= "<u>Login Server :</u><b>ONLINE</b><br>"; donde pone ONLINE quiero insertarle la imagen pero ya lo he probado todo y no acaba de salir
espero sepais ayudarme
un saludo