<?php $url = "http://mysite.com/browse/department/?pid=1&order_by=a_z&filter=1"; print_r(parse_url($url)); print_r(explode("/",parse_url($url, PHP_URL_PATH)));
You have javascript disabled. You will not be able to edit any code.