My PHP File is showing raw code in the browser when accessed through a POST request.
POST
I\'ve created a phpinfo.php page on the localhost and whe
phpinfo.php
Maybe it's a daft response, but have you tried changing < ?php to ? It could be that the parser isn't parsing it because it's not valid syntax ... just a wild guess!
< ?php
? It could be that the parser isn't parsing it because it's not valid syntax ... just a wild guess!