An introduction to friendly URLs in PHP
Sunday, June 22nd, 2008 Posted in PHP, RegEx | 6 Comments »Nice URLs, readable URLs, search-engine-friendly URLs. Different names same deal. It can't really be disagreed on that something like example.com/index.php?page=article&id=409 is not nearly as nice as example.com/article/409. Turns out this isn't all that hard with PHP - infact it can turn into ...