I mean,technically it shouldnt matter because i use PHP 5.3.0 in both cases…but there’s this php file which when executed gives me the output correctly on Linux..but just displays the html part when i execute on windows…
I mean,technically it shouldnt matter because i use PHP 5.3.0 in both cases…but there’s
Share
Check the php file for incorrect filesystem paths.
Assuming you mean it displays that code instead of the php output, make sure that this file starts and ends with the proper php tags…
Some servers have short tags option on, some don’t.