Michael Warnick wrote: > On Jun 27, 1:54pm, Henry Tudor <he... / tudoritsolutions.co.uk> wrote: >> 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. if ($url== "http://whatever.co.uk/package?chosen=something") { echo "<div>hello</div>"; } elseif ($url== "http://whatever.co.uk/package?chosen=something") } echo "<div>goodbye</div>"; } -- Posted via http://www.ruby-forum.com/.