creating sitemap

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rozvinbm_jp
Forum Commoner
Posts: 43
Joined: Thu Jun 14, 2007 8:36 pm
Location: Fuji-shi, Shizuoka-ken, Japan

creating sitemap

Post by rozvinbm_jp »

Im newbie with php.. Im thinking to create a sitemap and put on the top of my personal site.

e.g. Root node -> Parent node -> Current node
Home -> Albums -> Photos -> Details

Please give a hint in order to attain more user friendly.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

That's called a breadcrumb.

A good way to organize it is by folders, and you could just parse the current filepath. Or, you could database the pages and link all of the categories and subcategories together.
rozvinbm_jp
Forum Commoner
Posts: 43
Joined: Thu Jun 14, 2007 8:36 pm
Location: Fuji-shi, Shizuoka-ken, Japan

Post by rozvinbm_jp »

Yes I understand, Thank you very much.

a r i g a t o u g o z a i m a s h i t a
Post Reply