How to get PHP working in Brackets?

风格不统一 提交于 2019-12-11 00:58:30

问题


I'm almost finished my first website. All that's left is the contact which I will do with PHP. So far I have been using Brackets for coding HTML5 and CSS.

From my research I understand that I need a server to run PHP so I installed XAMPP. I have relocated my project inside the htdocs folder of XAMPP, however when I try to open up my PHP page in Brackets' live preview I get this.


回答1:


Found out whats wrong, I had to go to project settings in brackets and adjust the directory to match the location of the project inside the xampp directory.



来源:https://stackoverflow.com/questions/37950211/how-to-get-php-working-in-brackets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!