in my local hosting the script doesn't work, if i wrote <?
instead of <?php
.
what i must change in php.ini
to correct it?
Thanks
in my local hosting the script doesn't work, if i wrote <?
instead of <?php
.
what i must change in php.ini
to correct it?
Thanks
It's already been said how to do it, but I'm just saying that it might not be such a great idea. Almost anyone you ask will tell you not to use short tags. Unless you have a specific reason to use short tags, you should just type <?php
. It's only 3 more characters.