Hi,

What is the best way to display a link, etc using php? I know that I can use:

PHP Code:
echo "<a href=../index.php>Home</a>"
However, it doesn't make much sense to use php if all I'm doing is echoing the html code.

Thanks,


Nightwalker