Reply to How do I implement del.icio.us like urls?
Posted by brianpeiris on 12/07/05 03:05
del.icio.us has very a easy to remember url system for tags,
for example if I wanted to look for links with a "php" tag I would go
to:
http://del.icio.us/tag/php
how would I go about implementing a site like this?
I'm assuming that "php" is sent in the request as if the url was:
http://del.icio.us/tag/?php
but how is it done?
Thanks,
Brian Peiris