Hi Brian,

echo "<A HREF= \"accessgranted.htm\" ";

or

echo '<A HREF= "accessgranted.htm" ';

Greetinx,
  Mike

Michael Rudel
- Web-Development, Systemadministration -

Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
_______________________________________________________________

Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
fon: +49-(0)7531-89207-17
fax: +49-(0)7531-89207-13
e-mail: mailto:[EMAIL PROTECTED]
internet: http://www.suchtreffer.de
_______________________________________________________________



> -----Original Message-----
> From: bryan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 5:57 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] trying to code a simple hyperlink. Can
> anyone spot my
> error
>
>
> 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]
>


-- 
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]

Reply via email to