<?php $url = 'aa=bb&cc=dd&ee=ff'; parse_str($url, $query); print_r($query); ?>
You have javascript disabled. You will not be able to edit any code.