url in php coding
Posted: Fri Nov 08, 2002 10:17 pm
hey everybody,
this code works
echo $row["CATEGORY"]."(".$row["ENTRIES"].") </font></td>";
but this one doesn't, what wrong with this code?
echo "<a href="/testing.php?cmd=$row["CATEGORY"]&xxxx=$row["CATEGORY"].">(".$row["ENTRIES"].") </font></td>";
any help you could give me would be greatly appreciated
thanks
this code works
echo $row["CATEGORY"]."(".$row["ENTRIES"].") </font></td>";
but this one doesn't, what wrong with this code?
echo "<a href="/testing.php?cmd=$row["CATEGORY"]&xxxx=$row["CATEGORY"].">(".$row["ENTRIES"].") </font></td>";
any help you could give me would be greatly appreciated
thanks