murtajaziad / numbers-checker

A simple numbers (even / odd) checker written using PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numbers Checker.

Table of Contents

  1. About
  2. Configuration
  3. Copyrights

About

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.


Configuration

You must have XAMPP or any similar software, download it first then follow the steps.

  1. 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.

  2. Change error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT to error_reporting=Off in php.ini.

  3. Move the repository files to C:\xampp\htdocs.

  4. Start the Apache module using XAMPP Control Panel.

  5. Enter localhost using your browser.


Copyrights

Copyright © 2019 MurtajaZiad All Rights Reserved.  

About

A simple numbers (even / odd) checker written using PHP.

License:MIT License


Languages

Language:Hack 69.6%Language:PHP 30.4%