This project is my first PHP project, It's a basic number checker that check if the number is even or it's odd, I hope you like it.
You must have XAMPP or any similar software, download it first then follow the steps.
-
Download/clone the repository
-
If you have Git installed, simple go to a folder and type
git clone https://github.com/MurtajaZiad/numbers-checker.git
in the terminal. -
Else download the repository as a zip and unzip it.
-
-
Change
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
toerror_reporting=Off
inphp.ini
. -
Move the repository files to
C:\xampp\htdocs
. -
Start the Apache module using
XAMPP Control Panel
. -
Enter
localhost
using your browser.
Copyright © 2019 MurtajaZiad All Rights Reserved.