I finally figured out how categories and even how subcategories can be done in PHP using mysql...
Everything went fine except for one problem....
http://www.xtremecoders.com/learn/index.php - that page lists the categories. then when you click on a category it lists the tutorials within that category....however when you try clicking on one of the tutorials one of them doesnt work while the other does....
Any ideas what this could be?
Comments
Photoshop Tutorials- Coming soon
Premium PHP Scripts- Coming soon
Haha i should really do some work so i can remove all the coming soon's
[php]
error_reporting(E_ALL) //too much, but helpful. comment it after debug
or
error_reporting(E_ERROR | E_PARSE )
[/php]
I created another category related script and it shows fine now
thanks anyways
The Royal Ram