I am very new, and trying to get php to generate a hyperlink to the client. I am just trying to get an underlined link to an "accessgranted.htm" page. Can anyone spot my error? Return email will be greatly appreciated. Thanks :-)Bryan _______________________________________ <html> <head> </head> <body> <?php { echo "<A HREF= ""accessgranted.htm"" "; echo " >" ; echo"click here"; echo"</A>"; } ?> </body> </html> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]