أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
<?php ?> is a regular php opening and closing tag
<?= ?> is a short hand for <?php echo '' ; ?>
_________________________________________________
The Results is:
hello world
hello world
___________________________________________
<?php
// Mostly used way and Correct way of coding
?>
<?
// To use this tags we have to make change in php.ini file. we need to enable short_open_tag
?>
both are tabs and used for php code no difference in both statements.