Skip to content

Files

Latest commit

8b23691 · Apr 27, 2021

History

History
36 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.34 KB

About php_arrayGenerator

php_arrayGenerator is a php program that generates a size defined array of random elements.

Installation

  1. Ensure a local server like WampServer or XAMPP or MAMP or the LAMP stack is installed and running

  2. Download and install the Git version control system

  3. Install a text editor or IDE like Sublime Text or Atom or Visual Studio Code

  4. Install a web browser like Google Chrome or Firefox

  5. Clone the GitHub Repository php_arrayGenerator to local host

  $ git clone https://github.com/AlainPascal/php_arrayGenerator.git

  $ cd php_arrayGenerator
  1. Open browser and enter the following URL localhost/php_arrayGenerator/index.php

To Do

  1. Add code to generate array of random strings
  2. Add code to generate unique array elements

Contributing

Contributions to php_arrayGenerator are encouraged. Kindly refer to the To Do list and push the changes

License

php_arrayGenerator is licensed under the MIT License.