Possible Duplicate:
What does this symbol mean in PHP <?=
Reference – What does this symbol mean in PHP?
In some coding I’ve found, I’ve seen the author use <?= and ?> in his code. I’m wondering if this is some fancy PHP or another language. I’m eager to know the answer as I would love to learn off of this code. I believe it could be the Fuel PHP framework but I am not sure as there is no documentation for it. Thanks.
An example of it’s use:
<?=SITEROOT?>
They are called short tags, but you should avoid using it as much as you can, because the short tags can be set to Off and then your script wont work, so use <?php tags,
http://php.net/manual/en/ini.core.php