My web hosting company says there is something wrong with PHP code

前端 未结 4 1712
北海茫月
北海茫月 2021-01-29 07:46

This is the PHP it suppose to connect to a contact.html page and then a thank you page after afterwards.I just wanted a contact form. it wont recognize files as .php.I did save

4条回答
  •  甜味超标
    2021-01-29 08:11

    PHP will not execute in .html file extensions without server configuration (for example, a directive in a .htaccess file if you're using Apache).

    Since you appear to have a managed web hosting account, you may not be able to set this yourself. If you would like it, I would suggest asking your hosting provider. If not, renaming the file to have a .php file extension should work.

提交回复
热议问题