I am using this link on my home page:
Code: Select all
<a href="news.php?article=<?php echo $row_news2['id']; ?>#viewnews"><?php echo $row_news2['title']; ?></a>Code: Select all
<a name="viewnews"></a>How can I do this so that my page is valid?Line 154 column 123: "VIEWNEWS" is not a function name.