a missing link icon shows up instead of the image.
I think it has something to do with the quotes but can't find a solution.
Code: Select all
<?php
switch ($i) {
case 0:
echo "<img scr="dig.gif">";
break;
case 1:
echo "<font size=4><font color= yellow>$oldcount</font>";
break;
case 2:
echo "<font size=4><font color= red>$newcount</font>";
break;
}
?>Code: Select all
tags when posting php code. Review [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]