Re: [PHP-DEV] Quoting blocks of text From: Andrei Zmievski (andrei <email protected>)
Date: 10/18/99

Laran Coates wrote:
> Is there any method in php which allows you to print a block of text
similar
> to the following method in perl:
>
> print <<END;
>
> Put text here.
>
> END
>
> I can't stand using the print statement over and over.
>
> Anybody have any ideas?

PHP4 supports this.

-Andrei
* Change is the only constant. *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>