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-MYSQL-DUPLICATE.MD
Last active May 26, 2023 03:06
MYSQL get & count duplicate entries

GET & COUNT DUPLICATE RECORDS IN MYSQL

https://code-boxx.com/get-count-duplicate-records-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

@code-boxx
code-boxx / 0-PHP-MYSQL-SEARCH.MD
Last active May 26, 2023 03:08
PHP MYSQL Search & Display Results

SEARCH & DISPLAY RESULT IN PHP MYSQL

https://code-boxx.com/php-mysql-search/

NOTES

  1. Create a dummy database and import 1-users.sql.
  2. Change the database settings in 3-search.php to your own.
  3. Launch 2-form.php or 4-ajax-search.html in the browser.

LICENSE

Copyright by Code Boxx

@code-boxx
code-boxx / 0-PHP-HTML-SAME-PG.MD
Last active May 26, 2023 03:09
Use PHP HTML On The Same Page

HOW TO USE PHP & HTML ON THE SAME PAGE

https://code-boxx.com/html-php-on-same-page/

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-CSV-JSON.MD
Last active May 26, 2023 03:10
PHP Read CSV Into JSON

PHP READ CSV INTO JSON

https://code-boxx.com/php-csv-to-json/

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-PUSH.MD
Last active January 24, 2024 07:46
PHP Push Notifications
@code-boxx
code-boxx / 0-PHP-CORS-COOKIE.MD
Last active September 29, 2024 05:24
PHP Cross Domain Cookie
@code-boxx
code-boxx / 0-PHP-HTML-DOCX.MD
Last active May 26, 2023 03:15
PHP Convert HTML To DOCX

PHP CONVERT HTML TO DOCX

https://code-boxx.com/convert-html-to-docx-using-php/

NOTES

  1. A copy of PHPWord is not included, please download your own – composer require phpoffice/phpword.
  2. Run 2-convert.php and 3-more.php for the conversion demo.

LICENSE

Copyright by Code Boxx

@code-boxx
code-boxx / 0-PHP-HOOKS.MD
Last active May 26, 2023 03:15
PHP Hooks

SIMPLE HOOKS EXAMPLES IN PHP

https://code-boxx.com/php-hooks-simple/

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-STRING-ARRAY.MD
Last active May 26, 2023 03:16
PHP Convert String To Array

WAYS TO CONVERT STRING TO ARRAY IN PHP

https://code-boxx.com/convert-string-array-php/

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-CREATE-EXCEL.MD
Last active September 20, 2023 00:52
PHP Create Excel Spreadsheet

PHP CREATE EXCEL SPREADSHEET

https://code-boxx.com/create-excel-spreadsheet-php/

NOTES

A copy of PHPSpreadsheet is not included, please download your own – composer require phpoffice/phpspreadsheet.

LICENSE

Copyright by Code Boxx

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