I'm trying to get my head around arrays and how to munipulate them.

what I need to do is add html around the arrays eg.
<li><a href='".$link(0)."'>".$name."</a></li>;

I have my head around that but I the number of lines the I need to create is
going to change so I need the script to repeat untill all the arrays are
used.

--
-----------------------------------------
Daniel Broome, siliconBLUE Ltd, Web Author,
http://siliconblue.com
Mob: 64-21-178-5120



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to