From: Michael Warnick Date: 2009-07-28T03:00:08+09:00 Subject: Re: Display content depanding on url On Jun 27, 1:54 pm, Henry Tudor wrote: > Hi, > > I am sorry if this question has been answered before but I am unable to > find the answer. > > What I would like to do is display the content of a page depending in > the url, for example > > http://whatever.co.uk/package?chosen=somethingwould display: > content onehttp://whatever.co.uk/package?chosen=somethingelsewould display: > content two > > I know how to do this in php but the template that I am using is written > in ruby. > > Please could someone help. > -- > Posted viahttp://www.ruby-forum.com/. So, how do you do this in PHP? I am trying to do this in php.