--- Sunfire <[EMAIL PROTECTED]> wrote:
> you can do:
> echo <<<BLOCK
> //any valid html code here
> <input type="sent" value=\"sent\">
> BLOCK;

No, he needed to output $sent, which is dynamic.

Also, it is a lot cleaner (and likely faster) just to use
<? (or <?php) and ?> to switch in/out of PHP as needed. If
you're writing a bunch of static HTML, there's no reason to
be using PHP to do it.

Chris

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

Reply via email to