Eh, well didn't know that. 🙂 Thanks for the help. I used the following eventually:
$array = array("Home","Contact Us");
foreach($array as $link) {
$menu = "<span class=\"menulisting\">$link</span>";
}
echo $menu;
Just thought I'd post that, but I've changed it to a MySQL version now anyhow. 🙂
Thanks for the tips on span though,
Chris