Hey guys,
I have a feeling this is an apache config thing, but if I wish to change the layout of my url's so they are not so obvious as to the key-value pairs,
eg instead of http://somesite.com/dev/index.php?param=value¶m2=value2
have;
http://somesite.com/dev/value/value2/
and parse this in the same way, so the assoc array is available in the $_GET[''] variable.
Any help much appreciated.