try this:

<?
print <<<EOP

<html>
jldsfajlf;dsajfl;dkfl;dsa
</html>

EOP;
?>

AFAIK it is the easiest way to do multi-line printing!

DanO


""Jason Caldwell"" <[EMAIL PROTECTED]> wrote in message
9b868e$2ca$[EMAIL PROTECTED]">news:9b868e$2ca$[EMAIL PROTECTED]...
> Is there a utility that I can use that will take a bunch of HTML and
> encapsulate it in the PRINT command?
>
> i.e.
>
> PRINT("{html stuff}\n");
>
> ??
>
> I have a ton of HTML pages that I want to make dynamic, but dread having
to
> type the PRINT command in front of every line of html, and let alone
having
> at manually add the slashes... urg.
>
> Thanks.
> Jason
> [EMAIL PROTECTED]
>
>
>
>
> --
> 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]
>



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