PHP MYSQL
'Video thumbnail for How To Display Excel As HTML In PHP'
play_arrow
3:30
How To Display Excel As HTML In PHP
How To Display Excel As HTML In PHP

18K views · Jul 15, 2023 code-boxx.com

This short tutorial will walk through how to read Excel files in PHP using the PHPSpreadsheet library, and display them in an HTML table. == BLOG POST & CODE DOWNLOAD == https://code-boxx.com/display-excel-html-php/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Install PHPSpreadsheet 0:51 Excel To HTML Table 2:21 Multiple Worksheets 3:10 The End

'Video thumbnail for 4 Ways To Convert HTML To Image In PHP'
play_arrow
6:13
4 Ways To Convert HTML To Image In PHP
4 Ways To Convert HTML To Image In PHP

44K views · Jul 16, 2023 code-boxx.com

How to convert HTML to an image in PHP. == ALL LINKS & CODE DOWNLOAD == https://code-boxx.com/convert-html-to-image-php/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Headless Mode Browser 1:10 Screenshot & Upload 2:32 Online Conversion Service 4:30 HTML to PDF, PDF to image 5:53 The End

'Video thumbnail for Simple PHP Login With Google (Step By Step Guide)'
play_arrow
5:47
Simple PHP Login With Google (Step By Step Guide)
Simple PHP Login With Google (Step By Step Guide)

16K views · Aug 3, 2023 code-boxx.com

This tutorial will walk through how to implement login with Google in PHP. Step by step. == ALL LINKS & CODE DOWNLOAD == https://code-boxx.com/php-login-with-google/ https://console.cloud.google.com/apis/dashboard https://code-boxx.com/php-login-with-google/ https://getcomposer.org/ https://developers.google.com/api-client-library == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:04 Register With Google 1:20 Download API Library 2:00 PHP Google Client 2:40 Login Page 3:47 Protected Pages 4:47 Log Out 5:27 The End

'Video thumbnail for How to Convert Image Format In PHP'
play_arrow
3:49
How to Convert Image Format In PHP
How to Convert Image Format In PHP

40K views · Aug 6, 2023 code-boxx.com

This quick tutorial will walk through simple examples of how to convert the image file format in PHP, using the GD library. == ALL LINKS & CODE DOWNLOAD == https://code-boxx.com/convert-image-format-php/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Basic Convert 1:06 Convert Function 2:26 Mass Convert 3:29 The End

'Video thumbnail for Simple PHP MYSQL One Time Password (OTP)'
play_arrow
6:57
Simple PHP MYSQL One Time Password (OTP)
Simple PHP MYSQL One Time Password (OTP)

9K views · Aug 7, 2023 code-boxx.com

How to implement a simple OTP system in PHP and MYSQL. == ALL LINKS & CODE DOWNLOAD == https://code-boxx.com/php-one-time-password/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Database 0:38 PHP Library 4:24 HTML Pages 6:37 The End

'Video thumbnail for How To Save & Load Images In Database With PHP MYSQL'
play_arrow
4:21
How To Save & Load Images In Database With PHP MYSQL
How To Save & Load Images In Database With PHP MYSQL

126 views · Nov 25, 2023 code-boxx.com

How to store and retrieve images in database with PHP MYSQL. == LINKS & CODE DOWNLOAD == https://code-boxx.com/store-retrieve-image-mysql-database-php/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Image Database 0:37 PHP Library 2:55 Upload Image To Database 3:41 Retrieve Image From Database

'Video thumbnail for Very Simple PHP Image Gallery (From Folder No Database)'
play_arrow
3:12
Very Simple PHP Image Gallery (From Folder No Database)
Very Simple PHP Image Gallery (From Folder No Database)

56 views · Dec 23, 2023 code-boxx.com

How to create a very simple PHP image gallery, without a database. == LINKS & CODE DOWNLOAD == https://code-boxx.com/simple-php-gallery-from-folder/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Image Gallery HTML 0:57 Image Gallery CSS 2:13 Fullscreen Image

'Video thumbnail for Add New Rows To CSV File In PHP'
play_arrow
2:30
Add New Rows To CSV File In PHP
Add New Rows To CSV File In PHP

68 views · Dec 28, 2023 code-boxx.com

How to append, prepend, and insert new rows to CSV file in PHP. == LINKS & CODE DOWNLOAD == https://code-boxx.com/php-add-rows-to-csv-file/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Append Rows 0:48 Prepend Rows 1:38 Insert Rows

'Video thumbnail for Display CSV As HTML Table In PHP'
play_arrow
0:49
Display CSV As HTML Table In PHP
Display CSV As HTML Table In PHP

102 views · Dec 28, 2023 code-boxx.com

How to read a CSV file and display it as an HTML table in PHP. == LINKS & CODE DOWNLOAD == https://code-boxx.com/csv-html-table-php/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx

'Video thumbnail for Write Multiple Lines On Image With PHP GD'
play_arrow
3:30
Write Multiple Lines On Image With PHP GD
Write Multiple Lines On Image With PHP GD

93 views · Jan 4, 2024 code-boxx.com

How to write multiple lines of text on image with PHP GD. == LINKS & CODE DOWNLOAD == https://code-boxx.com/multi-line-text-image-php-gd/ == CODE BOXX EBOOK STORE == https://payhip.com/codeboxx == CHAPTERS == 0:05 Write Single Line Text 1:25 Split Text Into Lines 2:32 Write Lines Onto Image