fetish 3 Denunciar post Postado Agosto 8, 2008 Bom eu entendi como programa mais nao entendi como usa o.O Aqui está: sig.png.php <style> .style { font-size: 10px; font: Verdana; font-weight: bold; color: #009900; } .style2 { font-size: 10px; font: Verdana; font-weight: bold; color: #FF0000; } .style3 { font-size: 10px; font: Verdana; color: #FF0000; } </style> <?php /** * @Fetish * @copyright 2008 */ $img = "sign_server.png"; $create = imagecreatefrompng($img); $red = imagecolorallocate($create,255,255,255); ImageString($create,2,186,44," Usuarios Online: $num",$green); header("Content-Type: image/png"); imagepng($create); imagedestroy($create); $host = "localhost"; //Local padrão $user = "root"; // usuario padrão $pass = ""; // senha padrão $db = ""; // Sua database $conectar = mysql_connect($host,$user,$pass) or die (mysql_error()); $select = mysql_select_db($db) or die (mysql_error()); $query = mysql_query ("SELECT * FROM `char` WHERE `online` = '1'"); $num = mysql_num_rows ($query); echo "<br><Font Face='Verdana' Style='Font-Size: 10'><b>Usuarios Online: <span class=\"style3\">$num</span></b></font>"; ?> Vou no link http://127.0.0.1/sig.png.php A imagem nao aparece, porem a imagem e o script PHP ficam no mesmo local o que faço? Compartilhar este post Link para o post Compartilhar em outros sites
André Baptista 0 Denunciar post Postado Agosto 9, 2008 não sei se entendi direito seu script, mas você nao teria que imprimir a imagem? []'s Compartilhar este post Link para o post Compartilhar em outros sites