On Sun, 9 Sep 2007, magoo wrote: > Just wanted to see what you think of the strictness of Buxa, according to > their PHP guidelines: > http://www.buxaprojects.com/en/php_coding_guidelines.htm > > In their oppinion stuff like the short PHP init "<?" or inline echo "<?= $var > ?>" is forbidden. > Do you people code that strict? I don't put PHP in my HTML. I use PHP to build my HTML, using heredoc syntax while doing so. My scripts usually only have a single <?php opening tag and never require any closing ?> tags. Code that contains short open tags or instances of <?= is amatuer in my opinion. -- Greg Donald Cyberfusion Consulting http://cyberfusionconsulting.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php