<?php $full_url = "domain.com/index.php?option=component&ctrl=product&task=show&cid=5076"; parse_str(parse_url($full_url,PHP_URL_QUERY), $arr); // parse query string print_r($arr);
You have javascript disabled. You will not be able to edit any code.