This repo is grouped into two learing php and wordpress.
this folder contains some solutions for the chapter exercies of Learing PHP by David Skalr. The sub folders are named according to the chapter number.
In order to run the chapter solutions;
- clone this repo
- cd into the cloned folder
- run composer install (make sure you have php, XAMP, LAMP installed on your laptop)
- navigate the chapter folder you want to execute.
- then in the terminal run php filenam (php qn1.php)
- for the browser display make sure that your XAMP,ZAMP,LAMP are configured and running well. for linux cp the chapter folder or file to /var/www/html the go the browser type localhost/filename (localhost/qn1.php) incase you copy the folder file only if you copied the folder type localhost/8_dbs/qn1.php
- for windows if you want browser display copy the folder to htdocs in the xammp folder
Coming soon