i want it show on sidebar how can i do that?
i add
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%">
<tr align="center">
<td class="thead"><span class="smallfont"><b>Online</b></span></td>
</tr>
<tr>
<td class="alt1">
<?php
print $show;
?>
<?php
require_once("online_external.php");
?>
</td>
</tr>
</table>
but it doesn't work