User Guide

Thank you for purchasing from CodeShack!

Your support will help keep our website up and running, and will help us provide you with more quality content!

If you have any issues, don't hesitate to contact us via our website or directly to our email at support@codeshack.io.

There are four different versions available:

Requirements

You will need the following:

  1. XAMPP or a web-server with PHP, MySQL & phpMyAdmin installed, if you've purchased web hosting you will only need to upload the files to your web directory.
  2. A code editor, you can use notepad to edit the PHP files but I don't recommend it, instead download one of the following: Notepad++, Visual Studio Code, or Atom.

Instructions

  1. Open the XAMPP control panel and start Apache and MySQL
  2. Upload/import the "phpcrud.sql" file in phpMyAdmin
    NOTE: If you get a MySQL permissions error you might need to create the database manually.
  3. Copy/cut one of the packages folder into your web directory (htdocs/www etc)
  4. Rename the folder to "phpcrud" and go to http://localhost/phpcrud/ in your web browser
  5. Edit the "config.php" file and update the MySQL connection details (or edit the functions.php if you're using the basic or tutorial source code).
  6. Enjoy coding and thank you for supporting us!

For updates, FAQs, and more information, please visit the official package page. We also post updates to our official Twitter and Facebook pages.