All Tags »
php regular exp... »
php »
variable »
URL »
extraction
Sorry, but there are no more tags available to filter with.
-
Hi,
I am using PHP5 on a XAMP installation.
I am trying to extract a specific variable from a querystring (which is stored in my MySQL DB)
The format of the string is always consists of the same parameters (p, x & y), however sometimes they could be in a different order.
A sample querysting is below and I am ...