> $cat="select * FROM categories c WHERE c.type='Earmold'";
> $cats=mysql_query($cat);
> while ($row = mysql_fetch_array($cats)) {
> extract($row);

if ($id == $cid){
    echo $name;
}
else{

> echo "<a class=subnavlink href=\"?cid=$id&page=1\">$name</a> ";

}

> }
>
> What I would like to do is turn off the link if the link is active in the
> browser. So if the url loaded in the browser is

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to