I have a really strange issue where php is not rendering any html links to the browser. Like
Code:
echo "<tr><td colspan=\"4\"><h4><a href=\"ads.php?a=add\">Create a new ad<a/></h4></td></tr></table>";
[\code]
is not rendering the link. It looks like its not even passing the link text to the browser to be rendered.
Any one run across this? Any ideas as to what to do?
Running W2K pro, IE6, php4.3
TIA