I have a little problem. After installed xampp on localhost I saw, that my PHP doesn't accept <?
. When I have only <?
it will show me error:
Parse error: syntax error, unexpected end of file in D:\xampp\htdocs\admin.php on line 1113.
On my web server it works well. But when I replace <?
to <?php
, it works on localhost too. I have a lot of files with just a <?
and don't have enough time to replace every <?
. Is here any way to allow only <?
on localhost?