using URL for navigation

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
cheerio
Forum Newbie
Posts: 18
Joined: Sat Aug 13, 2005 4:52 pm

using URL for navigation

Post by cheerio »

hi all, i've been wondering this for a real long time now, and couldn't find any search results(i'm bad at coming up with search terms) but,
how do you use the URL for sort of navigation on your site, like Wikipedia.org, or textpattern

Wikipedia.org uses like site/image:image.jpg
I saw this "signature maker" thing that has the URl like this: site/yourtext,blue,orange,secondarytext.png
textpattern can change things around like you can use /year/month/day even though the folder doesn't exist

how is this possible???
would you explode the URL or use eregi on the url??
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

mod_rewrite -- Apache HTTPd module :)
Post Reply