Course website for: Web Development: Basic (Malmö University)
- Install PHP on your system through here: PHP website or here by a bunde i.e. XAMPP
- Make sure (windows) to add the path to php.exe in the environment variable
- Open the command prompt and navigate to the websites directory
- Run
php -S localhost:1234(to start a php-webserver at chosen directory) - Open your favorite web browser and enter the adress "localhost:1234"
- Add an issue here in this repository