isn't showing all the forums within each category
do you get blank page?
do you get anything at all?
is there any Warning Error or Notice from PHP?
sorry, but your description of problem
is way too little
We dont like playing guessing game,
and NO, I am sorry again:
Noone will bother to copy paste and save your code
to run it and see what's wrong ....
it wouldnt work anyway, as we dont have your database tables
To begin with, put PHP in DEBUG Mode in your script:
<?php
// these should be first lines in your page
error_reporting(2047); PHP DEBUG Mode!!!!!
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">