Skip to main content

Multiple Image Upload with jQuery, PHP and MySQL

In our previous tutorial, we have explained how to implement crop image before upload with jQuery and PHP. In this tutorial, we will explain how to upload multiple images with progress bar using jQuery, PHP and MySQL.

Multiple image upload is a feature of web applications to allow users to upload multiple image at one time. The feature can be used with images upload in gallery etc in web projects.

The tutorial covered in easy steps with live demo to upload multiple images with progress bar and upload to server and also insert into MySQL database table. You will also find download link at the end of tutorial to download live demo source code.

(more…)

Create Ajax Pagination with PHP and MySQL

In our previous tutorial, we have explained how to implement jQuery Datatables Server Side Processing with PHP & MySQL. In this tutorial, we will explain how to implement Ajax pagination in your project with PHP and MySQL.

Pagination is a common feature in web projects to display large data on a single page. The pagination with ajax is more user friendly as its allows to display records on same page without reloading page.

So If you’re looking for solution to implement ajax pagination with PHP and MySQL, then you’re here at right place. We will cover this tutorial with live demo to implement ajax pagination with PHP and MySQL.

(more…)

jQuery Datatables Server Side Processing with PHP & MySQL

In our previous tutorial, we have explained how to implement Implement jQuery Bootgrid with PHP & MySQL. In this tutorial, we will explain how to implement jQuery Datatables with PHP and MySQL.

Datatables is a jQuery grid plugin that convert simple HTML tables into advance data grid with features such as Pagination, instant search, export table data and multi-column ordering etc. The Datatables can be implement easily with both Bootstrap and jQuery UI.

We will cover this tutorial in easy steps with live demo and link to download complete source code of live demo.

(more…)

Implement jQuery Bootgrid with PHP & MySQL

In our previous tutorial, we have explained how to implement Multiselect Dropdown with Checkbox using jQuery and PHP. In this tutorial, we will explain how to implement jQuery Bootgrid plugin to create grid based tables.

The grid tables are very user friendly and feature rich which are used in web application. The grid based tables can be easily created using jQuery plugins.

jQuery Bootgrid is a grid control plugin that convert simple Table into grid with functionality such as column sorting, searching, pagination etc. The plugin is designed specially for Bootstrap.

In this tutorial you will learn how to implement jQuery Bootgrid with server side using PHP and MySQL. The tutorial is explained in easy sreps with live demo and also can download source code.

(more…)

Multiselect Dropdown with Checkbox using jQuery and PHP

In our previous tutorial, we have explained how to implement Autocomplete Search with Bootstrap, PHP & MySQL. In this tutorial, we will explain how to implement multi-select drop-down with checkbox using Bootstrap, jQuery and PHP.

Multiselect drop-down with checkbox is a very user friendly feature of web applications to allow users to select multiple options in drop-down list to search items.

So if you’re looking for solution to implement multi-select drop-down with checkbox with jQuery and PHP, then you’re at the right place. Here in this tutorial, we have used Bootstrap Multiselect plugin to create multiselect checkbox in drop-down list. We have also implement multi-select drop-down list form submit to get selected values at server end in PHP file.

The tutorial is explained in very easy steps with live demo and also link to download source code.

(more…)