On Friday 12 January 2001 00:26, [EMAIL PROTECTED] wrote:

> > echo "<html>";
> > echo "<head>";
> > echo "<title>$title</title>";
> > echo "<link rel='stylesheet' type='text/css'

[...]

> if ($time_to_write_the_web_page) {
>
>       // write the web page.
>         echo "
>                 <html>
>                 <head>
>                 <title>$title</title>
>         ";

One reason why I don't like the "echo" route: I lose the syntax 
highlighting for the HTML that way. String constants should be 
highlighted as, well, string constants normally, but when they contain 
HTML code that's just plain ugly.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Pretty cool, the kind of power information technology puts in our hands
these days.

- Securityfocus on probing 36000000 hosts for known problems in 3 weeks

--
PHP General 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