who's online |
There are currently echo "$totalonline"; ?> users on the forums.
( echo "$numberregistered"; ?> registered and echo "$numberguest"; ?> guests) |
|
nEWS headlines |
$rss = fetch_rss($url);
$x = 0;
foreach ($rss->items as $item) {
$href = $item['link'];
$title = $item['title'];
$summary = $item['summary'];
?>
| > echo"$title"; ?> |
| echo"$summary"; ?> |
$x = $x +1;
if ($x < 10){
echo " | ";
}
}
?>
|
|
USER GALLERIES |
|
$galleryresult = mysql_query("SELECT * from vbpicgallery_images where userid > 0 order by rand() limit 5");
while ($gallery = mysql_fetch_array($galleryresult)) {
?>
| |
|
} ?>
|