Bootgrid is a jQuery grid plugin just like DataTables jQuery plugin that convert HTMl table into grid with features like column sorting, search, pagination etc. In this tutorial you will learn how to process jQuery Bootgrid plugin at server side with PHP and MySQL. The tutorial explained in easy steps with live demo and link […]
Author: PHPZAG Team
Create Bootstrap Tags Input with jQuery, PHP & MySQL
Bootstrap tags input is an input box that automatically convert typed text into tags or tokens when a certain key pressed like Enter Key or Comma. The tags input feature is very user friendly as it highlighted information right on the box and replaces conventional comma separated text in input box. You can implement Bootstrap […]
Create Bootstrap Carousel Slider with Thumbnails using PHP & MySQL
You’re well aware with the Sliders or Carousels feature in web design which is used to rotate elements. The Carousels are very popular on E-Commerce websites and especially on the home page as it makes website more user friendly and increase user experience. So if you’re thinking about implementing Carousel in your project then you’re […]
Load Dynamic Content in Bootstrap Popover with Ajax, PHP & MySQL
A Popover is similar to tool-tips as it hovers over its parent window but contain much more content. It is very user friendly and unlike tool-tips, popovers can be used to display more information on same page without page refresh. If you’re developing a website and have user list and wants to display each user […]
Create Dynamic Bootstrap Tabs with PHP & MySQL
You have seen tabs in many websites to display dynamic data on different tab on same page. So if you’re thinking about implementing same tabs functionality, then you’re here at right place. In this tutorial, you will learn how to create dynamic Bootstrap tabs with PHP and MySQL. The tutorial explained with an example where […]