PHP script not running on browser

后端 未结 5 1779
温柔的废话
温柔的废话 2021-01-14 14:33

I have installed XAMPP server on my system to be able to use PHP. But after installation, when I run any php script on the browser it does not run. I do not see any ouput. N

5条回答
  •  独厮守ぢ
    2021-01-14 14:49

    install phpxx-php which is used for creating dynamic web sites

    check version of php using php -v

    if you have php55 then use:

    yum install php55-php.x86_64
    

提交回复
热议问题