Posted by Thomas Mlynarczyk on 12/06/07 18:54
Also sprach JP:
> Anyone see a problem with this code?
> <?php
> $login_error=<<<EOL
> <html>
> <head><title>Database Login Error</title></head>
> <body>
> <b>Database Login Error<br><br></b>
> </body>
> </html>
> EOL;
> echo "$login_error";
>>
Yes. It should be ?> at the end, not just >.
Greetings,
Thomas
--
C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)
[Back to original message]
|