Maybe you could try:
echo '<p><hr size=0 color="#cccccc"><font style="text-align: center;" class="text10">[ ';
echo '<a href="' . $_SERVER['PHP_SELF'] . '" class="text10">Home</a> ]';
echo "</font></p><br><p> </p><br> </td></tr></table>\n</body>\n</html>";
if you wanted to use $_SERVER
Also, what version of PHP are you using?
In too early a version you should use $HTTP_SERVER_VARS instead, but the exact functionality would then differ.
Well Mordecai, the problem is that <font> is deprecated, and sometimes using <p> doesnt quite fit.