Quote:
Originally Posted by diablo21
Code:
<td align="right">
<b> <a href='index.php?op=online'><font class=Serw_On>Online</a>(54)<br><img src=grafika/serverstatus.php?ile=10&max=200&sname=Servername></font><br></td>
Files:
P.P ако не е така ще видим други мнения
|
Не е така...на мен ми се появяват някакви йероглифи...А не е ли по-лесно така:
PHP Code:
<?
require("config.php");
$query = "Select count(*) from MEMB_STAT where connectstat = 1";
$start = mssql_query($query);
$row = mssql_fetch_row($start);
echo "<img src='http://mu.mugamer.com/grafika/serverstatus.php?ile=$row[0]&max=200&sname=DarkPowerMu'>";
?>
И после инклудваш файла:
PHP Code:
<td align="right">
<b> <a href='index.php?op=online'><font class=Serw_On>Online</a>(54)<br><? include("filename.php"); ?></font><br></td>