Yes, Ithought that embedding must be faster too. But I was confused because in nearly every PHP-Beginner Tutorial/Book I've seen the Hello-World Example looks like this:
<?
echo "<html>";
echo "<head>";
echo "<title>...</title>";
echo "</head>";
echo "<body>";
echo "<p>Hello World!</p>";
echo "</body>";
echo "</html>";
?>
funny, isn't it?
yours, Philipp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

