hello all,
I am working on one page , I stuck on one place my query is following
http://www.mysamworld.com/me/page/1
friend I want to get only the last 2 parameters from url which is page/1 ,how can I get that in php code
thanks
sam
Urgent help
Moderator: General Moderators
Re: Urgent help
Look up parse_url() and explode(). Should be quite straight forward.