How to Implement Perma Link In PHP ?

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
sumesh96
Forum Newbie
Posts: 1
Joined: Tue Jul 17, 2007 8:19 am

How to Implement Perma Link In PHP ?

Post by sumesh96 »

Hello There

I want to implement Perma link feature for my website, I tried searching on the net but no luck, Can anybody help me in this ..

Thanks
Sumesh
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You generally have a more generic way of referencing articles, be it through an ID number or some other identifier. That's what you use. There's nothing special.
Post Reply