* Thus wrote Wouter van Vliet ([EMAIL PROTECTED]):
> 
> Point is, which of the inline printing style is preferred by you guyes. I
> tend to use <?=$Var?> a lot, since it reads easier but get into struggles
> with myself when I do that multiple times in a row.

1. Turn off short_open_tags
2. Turn off asp_tags
3. use <?php echo $Var?>



Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
    http://zirzow.dyndns.org/html/mlists/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to