Hi everyone, Many times I heard that the following two peaces of code are written in a bad manner: 1. <? echo "Hello, world!"; ?> 2. <form action="script.php" method="post"> <p>Your e-mail: <input type="text" id="uemail" name="uemail" value="<?=$f['Email']?>"></p> ... </form> As for now, I use both quite often. Why is this considered not kosher, I mean, good coding practice? Thanks! -- With best regards from Ukraine, Andre Skype: Francophile Twitter: http://twitter.com/m_elensule Facebook: http://facebook.com/menelion -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php