PHP - Page 19

Add Multiple (Bulk) Product into Shopping Cart using PHP

In e-commerce websites, it is all about usability and conversion. A micro feature can stand between you and profitability. We need to facili ...

March 26th, 2018

How to Convert Text to Image using PHP

Most of the image based operations can be performed by using PHP built-in functions. The image-based PHP functions are in GD library and we ...

March 25th, 2018

Import Excel File into MySQL Database using PHP

Database backup and restore is the most important part of maintaining software. PHP Excel import helps to restore the excel data into a data ...

March 14th, 2018

Sage Pay Payment Gateway Integration using PHP

Sage Pay payment gateway integration is easier to implement on websites. Sage Pay provides API access for requesting payment processes from ...

March 9th, 2018

PHP Image Upload with Size Type Dimension Validation

File upload feature requires basic validations to sanitize the user input. There is a huge chance of exploiting a file upload option with ma ...

March 8th, 2018

Convert HTML to PDF with DocRaptor

Generating PDFs is a common programming task. PDFs are used to make invoices, receipts, eBooks, publishing documents and more. Unfortunately ...

March 7th, 2018

Show Image Thumbnail by YouTube Video URL using PHP

Thumbnails are used for preview a single or group of media entities in a single explorer window. By showing thumbnails, we can have a shortc ...

February 27th, 2018

PHP Price Range Search using jQuery Slider

jQuery UI slider is used for selecting min-max ranges to perform the range based operations like search, validation and more. The min-max ra ...

February 26th, 2018

Import CSV to Mysql using PHP File Read

Are you searching for data-migration code from a CSV to MySQL database? Here you go! There are many ways to implement CSV import. We have se ...

February 24th, 2018

Restore MySQL Database using PHP

Restoring database via a program can be used in an application where dynamic loading is required. It can also be used to build a custom MySQ ...

February 19th, 2018

↑ Back to Top