$r=mysql_query("SELECT * FROM cl_categories Where CatParent='NADA'", $db) or die("4");
while ($res = mysql_fetch_array($r))
print "<a href='index.php?catID=$res[CatID]'>$res[CatName]</a><br>";
This just lists the top level categories.
I want format along the lines like http://www.freebiedirectory.com . How do you get it two columns to a row, I'm confused.
Wow I jus realized that in this script, I've written about 2/3 of it and the other 1/3 came from people at php builder.