I ran the php server on cmd using php -S localhost:8080, like this: And I got this problem opening the localhost: What do I supposed to do?
Tag: server
Autocomplete working on localhost, but not on server
I have a search formula with an autocomplete function which works just fine on localhost, but as soon as I put it on a remote server it stops working. I hope you can help me. Here is some Code: index.php: ajax.php auto.js Answer You are missing the php in the HTML and if your server isn’t set up for short
How to shutdown default PHP server “php -S”
I can start the default PHP server with php -S localhost:8000 but how to stop the server? Usually with CTRL + C yes, but if i want to do it from another terminal?
Do GitHub pages support PHP? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed last year. Improve this question Thank you for taking the time to review my request for help.