Anybody know of **simple** tutorials on how
to build scripts that use parental/children IDs?
I want an actual tutorial, as my PHP book has
a chapter purely dedicated to build a forums system,
yet I do not understand much of how it works

Basicly I want to use it for several reason:
1) Links directory, matching certain links
only to the "category ID" that matchs the 'parent ID'
2) News Script with comments, matching comments
only to the news article ID that matchs the 'parent ID'
3) Pre-lude for an *extremely* simple forums possibly?
to build scripts that use parental/children IDs?
I want an actual tutorial, as my PHP book has
a chapter purely dedicated to build a forums system,
yet I do not understand much of how it works

Basicly I want to use it for several reason:
1) Links directory, matching certain links
only to the "category ID" that matchs the 'parent ID'
2) News Script with comments, matching comments
only to the news article ID that matchs the 'parent ID'
3) Pre-lude for an *extremely* simple forums possibly?
Comment