On 4/30/07, Daevid Vincent <[EMAIL PROTECTED]> wrote:
> echo <<<EOF
> BROWSER: $_SERVER[HTTP_USER_AGENT]
> EOF;

Isn't that form (sans quote marks) deprecated and frowned upon?

<?php

error_reporting( E_ALL );

echo <<<EOF
BROWSER: $_SERVER[HTTP_USER_AGENT]
EOF;

Why would cleaner, perfectly error free code be frowned upon?



--
Greg Donald
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to