I'll show two type of query string for this example. I know that a query string for a web service, should be look like more 1 than 2
My question is: how do you manage the first one in php? isnt this just an url rewrite for the second one?
with the #2 query string, I suppose there's a findbyproductcode.php page that process the GET variable(?productcode=4xxheua), check some databases with this productcode and send back some data.
How the #1 is supposed to work? should I have a 4xxheua.php? (obviously not...) ... i just dont get this.