Skip to content

Instantly share code, notes, and snippets.

@code-boxx
code-boxx / 0-PHP-FOOD-ORDER.MD
Last active February 11, 2024 01:15
PHP MYSQL Food Ordering System
@code-boxx
code-boxx / 0-PHP-SIGNAGE.MD
Last active November 14, 2023 04:47
PHP MYSQL Digital Signage

PHP MYSQL DIGITAL SIGNAGE

https://code-boxx.com/digital-signage-php-mysql/

NOTES

  1. Create a test database and import 1-database.sql.
  2. Change the database settings in 2-lib-pg.php to your own.
  3. Access 3a-admin.html to update the pages, 4a-signage.html to show them.
  4. Run unpack.bat (Windows) unpack.sh (Mac/Linux). This will create an assets folder and save the images below.

IMAGES

@code-boxx
code-boxx / 0-PHP-ECOMMERCE.MD
Last active October 23, 2023 02:00
PHP eCommerce Website