Re: spitting variables
Thanks for that however that doesnt seem to do what im trying to acheive.
{foreach from=$location[position] item=foo}
{$foo}
{/foreach}
looks good & lists the array however it doesnt break it down, i need to try to get each component of the $location[position] array into seperate variables
ie ....
var1 home.php
var2 cat.php
etc etc no matter the length of the array each component will be in a seperate variable, sorry i hope that makes sense.
|