ok.. well an echo goes
echo "what u want to echo";
so u would do it this way

echo "html code.. making sure u dont use a " in any of ur html code";
php stuff
echo "$phpvariable <br> & more html code.. if u want to use a " use a '
instead.";
more php stuff.

Neil
----- Original Message -----
From: André Felix Miertschink <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 12:04 AM
Subject: [PHP] echo " HTML code ";


> I have a PHP file that I show values of variables in several parts, and
for
> that I put in almost the whole page
>
> echo"... HTML code + PHP codes (variables, functions, etc.) + HTML code...
> ";
>
>
> I don't know nor why I put, I think it went to not to be finishing and
> beginning PHP parts as:
>
> <?php echo"$variable"; PHP functions; etc.?> HTML code <?php
> echo"$variable"; PHP functions; etc.?> HTML code <?php echo"$variável";
PHP
> functions; etc.?> HTML code
>
> Can these several echo's harm the processing of the server?  Can that turn
> slow the visualization of the page? Should I remove the maximum possible
of
> echo"... HTML Code ... "; or can I leave how it is?
>
>
> André
>
>
> --
> 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