spitting variables
Hi
Im trying to find a way that i can split up each part of the $location[position] variable into seperate variables.
ie.. if $location[position] is "home.php home.php?cat=..."
$var1 home.php
$var2 home.php?cat=...
etc etc
thank you all
|