All vars in a url
Posted: Mon Dec 06, 2004 5:16 pm
How do i get an array of all the variables listed in the current url. I.E. something that would result in the same as
Thanks.
Code: Select all
<?php
$vars = array("page"=>"home", "style"=>"red", "category"=>"three");
?>