phpdave11 / php-survey-builder

A PHP web application that lets you create surveys and collect survey responses. Uses SQLite3 by default and also supports MySQL and PostgreSQL.
MIT License
71 stars 47 forks source link

'php' is not recognized #9

Open abghyaun opened 3 years ago

abghyaun commented 3 years ago

I am new in this and I don't have much knowledge about php. I'm trying to write the code in cmd windows then I got this

'php' is not recognized as an internal or external command, operable program or batch file

after C:\Users\asus\php-survey-builder>php -S localhost:8080

p0dalirius commented 2 years ago

You do not have PHP installed on your machine. This problem is not linked to this project.