You're forgetting your $ in front of "PHP_SELF" in your quoted version.
To be more correct, you should use lower-case HTML tag and attribute names, and you should use the $_SERVER superglobal:
echo "<a href=\"{$_SERVER['PHP_SELF']}\">...";
Take care,
Nik
http://www.bigaction.org/