Hey all
Just a quick question
My site www.musicxq.com well if you look at the Navagation you will se it has lots of [][][][][] at the end for some reason. I was wondering why this is and if you could help. The code in the Navagation file is:
So, if you could help me and get that sorted it would be greatPHP Code:<?
include "config.php";
$sql = mysql_query("SELECT * FROM `nav` ORDER BY `id` ASC");
while ($disp = mysql_fetch_array($sql)) {
echo ("
<a href=\"$disp[url]\">[$disp[name]]</a> |
");
}
?>
Thanks in advance








