When I started learning about php I learned that when I want to call php I needed to put the php code between the this code <?php ?>
but I also seen that <? ?>
so I've stucked to working with the second option.
Is there any difference between the two of them because recently I've seen that on one machine the second option didn't worked while the first did so it confused me very well.