QUOTE(swordz @ Feb 1 2009, 11:23 PM)

Do you mean an automatic redirect, or just a link to be pressed?
If you want a redirect, use the header() function. If a link you actually want html, and need to echo the code.
swordz
I actually did this:
echo "<a href = "localhost/temp/Project/add_facility_type.php"></a>";
but it didn't work.