I have a string with a URL
$string = "http://www.yahoo.com/foo.php?bar=201";
all i want is the query string without everything else.
obviously cant user query_string, help appreciated.
I have a string with a URL
$string = "http://www.yahoo.com/foo.php?bar=201";
all i want is the query string without everything else.
obviously cant user query_string, help appreciated.