Advertisement
akhyrul

PHP Extract Query Parameters from Full URL

May 14th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.05 KB | None | 0 0
  1. parse_str(parse_url($url, PHP_URL_QUERY), $query_array);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement