Pequeno eco php
<?="hello world"?>
same as:
<?php echo "hello world"; ?>
Sorann
<?="hello world"?>
same as:
<?php echo "hello world"; ?>