Making the php code execute in browser using PHPstorm
问题 So PHPstorm is running the php code fine in its console when I click run, that's great but I want to see it in the browser. So I created a new PHP web application inside PHPstorm, set up the server to "localhost:8000". Now when I click RUN it opens the browser but I get an error message: "Oops! Google Chrome could not connect to localhost:8000" What am I doing wrong?? Thanks! 回答1: You have to configure a run configuration for your project first. Go to Run -> Edit Configurations , click on