basics
Install XAMPP which installs PHP,mySQL,Apache(Web server)
Create "todo" folder or any other name in C:\xampp\htdocs and create a index.php in that folder eg. "C:\xampp\htdocs\todo\index.php"
Run the Apache and mySQL from XAMPP control panel and launch go to website from at http://localhost/todo/index.php
Last updated