richclever
IS-IT--Management
I have been asked to write a script that takes info from a url and does some processing. Easy enough originally as the url was named index.php?id='idnumber'
However, now the people who want this want to display friendly url's, so if a url was index.php?id=82 it is now pagename.82.0.html I still need to get the 82 from the url and need to know how to strip it. I presume it is something to do with explode but can't figure it out.
Thanks
Rich
However, now the people who want this want to display friendly url's, so if a url was index.php?id=82 it is now pagename.82.0.html I still need to get the 82 from the url and need to know how to strip it. I presume it is something to do with explode but can't figure it out.
Thanks
Rich