| Author |
Message |
|
|
iDevelopCommunity Site Admin
Joined: 16 Mar 2006 Posts: 255
|
Posted: Sat Aug 05, 2006 3:44 am Post subject: PHP and flatten out URL strings |
|
|
How difficult is it to create flatten out URL strings using PHP? Does PHP provide any mechanism so that you can easily create flatten out URL strings? _________________ Online Education |
|
| Back to top |
|
 |
|
|
Jordan
Joined: 19 Jul 2006 Posts: 6
|
|
| Back to top |
|
 |
retsop
Joined: 25 Jun 2006 Posts: 140
|
|
| Back to top |
|
 |
Damnz
Joined: 16 Sep 2006 Posts: 57
|
|
| Back to top |
|
 |
Zerabira
Joined: 01 May 2006 Posts: 105
|
Posted: Wed Dec 06, 2006 11:13 am Post subject: Re: PHP and flatten out URL strings |
|
|
| iDevelopCommunity wrote: | | How difficult is it to create flatten out URL strings using PHP? Does PHP provide any mechanism so that you can easily create flatten out URL strings? | A method I used was to redirect all URLs (with some exceptions) to index.php and use php string manipulation commands and "explode" to pull out the date from the URL string. _________________ CultIdols.com, where the sublime meets the ridiculous. |
|
| Back to top |
|
 |
|
|
|
|
|