PDA

View Full Version : template variable array


Silver89
03-22-2010, 11:44 PM
Hi,

I have a variable I'm sending from online.php to the template, It's an array and I'm currently accessing it with the following in the template file:

{vb:raw locationArray}

How within the template file can I do a foreach loop or get this information out of this variable?

Thanks