I have a web application on a Linux server which starts with
I needed to copy this application to a windows environment and everything is working
If you are using xampp in windows then please do following
Find short_open_tag using ctrl+f utility
You will found ;short_open_tag
kindly remove the semicolon (;) from line.
and keep it as short_open_tag = on
Finally, restart your Apache server