On Thu, Jun 10, 2010 at 3:34 PM, Ahmed Mohsen <mrez05@xxxxxxxxx> wrote: > I know that i should use the full open tag in php <?php ?> but i want to > know if its good to use this tag <?=$name?> instead of <?php echo $name ?> > According to some PHP 6 will remove support for short tags. They won't be disabled by default--the feature simply won't exist. http://www.slideshare.net/thinkphp/php-53-and-php-6-a-look-ahead David