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]

Reply via email to