<? php?> Versus Echo Team
Possible duplicate:
php echo vs open & close tag
Is there a difference in speed conditions between:
<?php ..somephp code ?>you have 4 bananas<?php ..... ..some more.... ?> and
<?php ..somephp code echo "You have 4 bananas"; ..some more.... ?> Thanks at Advance
+4
No one has answered this question yet.
See similar questions:
or similar: