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
Try changing < ?php with and see if that works.
< ?php
and see if that works.
If that doesn't, make sure that Apache knows to interpret php files in the directory of your file as php scripts