URL Generation Technique with PHP
Posted
by harigm
on Stack Overflow
See other posts from Stack Overflow
or by harigm
Published on 2010-04-20T06:12:18Z
Indexed on
2010/04/20
6:23 UTC
Read the original article
Hit count: 407
I have a build a web portal based on the Cricket concept, I have build a Custom based CMS where I can upload the News for the site
Once I upload the news, the URL Will be like this http://cricandcric.com/news/news.php?id=841&An-emotional-moment:-Dhoni.html
But I am trying to have the above Url as follows (some thing like this) http://cricandcric.com/news/An-emotional-moment:-Dhoni.html
Or similar to Stackoverflow.com,
Can any one please help me how can i build that? Do I need to rewrite the URL ?
© Stack Overflow or respective owner