Whitestream,
I'm trying to get the code so that the URL is similar to these: http://www.autoweek.nl/carbase_data.php?id=45405&cache=no http://library.digiguide.com/lib/programmenextshowing/238308&hPage=2 where the query string has multiple parameters.
Your url can't be similar to both of these examples. You must choose one or the other, and unless you want to make a lot of work for yourself, then use the first type.
The second type is generally used in MVC frameworks such as Zend or Cake and require Apache to run with mod-rewrite (or equivalent in other servers).
For your sample code, your url will be of the following format: http://www.mysite.xxx/mypage.php?programme=ER&hPage=2 .
Be aware that each $_GET element is a string, therefore you need to test with case 'ER': not case ER: .Airshow
Airshow
WiFi Lounge Lizard
Moderator
2,683 posts since Apr 2009
Reputation Points: 321
Solved Threads: 372