Skip to content

Instantly share code, notes, and snippets.

View code-boxx's full-sized avatar
🏠
Working from home

Code Boxx code-boxx

🏠
Working from home
View GitHub Profile
@code-boxx
code-boxx / 0-PHP-FOOD-ORDER.MD
Last active November 19, 2024 13:41
PHP MYSQL Food Ordering System
@code-boxx
code-boxx / 0-PHP-CURL-DOWNLOAD.MD
Last active May 26, 2023 02:55
PHP CURL File Download

DOWNLOAD FILES WITH PHP CURL

https://code-boxx.com/php-curl-file-download/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-PHP-OTP.MD
Last active August 7, 2023 15:28
PHP MYSQL One Time Password (OTP)
@code-boxx
code-boxx / 0-PHP-ORDER.MD
Last active November 12, 2023 13:44
PHP MYSQL Order Form

PHP MYSQL ORDER FORM

https://code-boxx.com/simple-php-order-form/

IMAGES

order

NOTES

  1. Create a test database and import 1-orders.sql.
  2. Change the database settings in 3-process.php to your own.
  3. Launch 2-order-form.php in the browser.
@code-boxx
code-boxx / 0-PHP-ADD-TO-ZIP.MD
Last active May 26, 2023 03:02
PHP Add Files & Folders To Zip Archive

PHP ADD FILES & FOLDERS TO ZIP ARCHIVE

https://code-boxx.com/add-files-folders-php-zip/

NOTES

Please make sure that extension=zip is enabled in php.ini.

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy

@code-boxx
code-boxx / 0-PHP-DYNAMIC-MENU.MD
Last active June 5, 2023 12:19
PHP MYSQL Dynamic Menu
@code-boxx
code-boxx / 0-PHP-MVC.MD
Last active December 31, 2024 14:57
PHP MYSQL MVC Example

SIMPLE PHP MYSQL MVC EXAMPLE

https://code-boxx.com/simple-php-mvc-example/

NOTES

  1. Create a dummy database and import 1-users.sql.
  2. Change the database settings to your own in 1-model.php.
  3. Launch 3-view.html in your browser.

LICENSE

Copyright by Code Boxx

@code-boxx
code-boxx / 0-PHP-SAVE-FORM-MYSQL.MD
Last active August 18, 2023 02:36
PHP save HTML form into MYSQL database

PHP SAVE HTML FORM INTO MYSQL DATABASE

https://code-boxx.com/save-form-php-mysql/

NOTES

  1. Create a test database and import 1-dummy.sql.
  2. Change the database settings in 3-save.php to your own.
  3. Launch 2-form.php in your browser.

LICENSE

Copyright by Code Boxx

@code-boxx
code-boxx / 0-MYSQL-SEARCH.MD
Last active May 26, 2023 03:06
MYSQL Search Query Examples - Exact VS Like VS Fuzzy

MYSQL SEARCH QUERY EXAMPLES - EXACT, LIKE, FUZZY

https://code-boxx.com/mysql-search-exact-like-fuzzy/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-MYSQL-DATE-DIFFERENCE.MD
Last active May 26, 2023 03:06
MYSQL Calculate Difference Between Dates

MYSQL CALCULATE DIFFERENCE BETWEEEN DATES

https://code-boxx.com/calculate-difference-between-dates-mysql/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell