I've simple code like this:
-- begin -- #!/usr/bin/php -q <? $pippo='goofy' ?>
hey my name is <?= $pippo ?> and I feel good -- end --
newlines are ignored after php block end tags (?>)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php