PHP Page shows up raw code

前端 未结 3 1774
星月不相逢
星月不相逢 2021-01-24 16:43

My PHP File is showing raw code in the browser when accessed through a POST request.

I\'ve created a phpinfo.php page on the localhost and whe

3条回答
  •  悲&欢浪女
    2021-01-24 17:25

    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!

提交回复
热议问题