Categories
id int auto_increment NOT NULL,
catname VARCHAR(300) NOT NULL,
catdesc VARCHAR(300) NOT NULL,
path VARCHAR(300) NOT NULL,
root VARCHAR(1) NOT NULL,
primary key (id)
####
Console Games (root)
* News Sites
Fishing (root)
* Fishing Tips and Links (sub)
* Local Fishing (sub)
* Freshwater Fishing (sub sub)
Other (root)
Science for Kids (root)
####
print qq~
~;