WordPress is the most popular free blogging tool and a content management system (CMS) based on PHP and MySQL. As of January 2018, WordPress is used by more than 29.4% of the top 10 million websites. Currently WordPress is the most popular website management or blogging system in use on the Web that supporting more […]
Author: PHPZAG Team
Create Bootstrap Multiple Image Slider with jQuery, PHP & MySQL
Slider or Carousel is an important feature of web applications to rotate items. In our previous tutorial you have learned how to create Bootstrap Carousel Slider with Thumbnails using PHP and MySQL and get huge response from our readers. Many of them requested for the tutorial to create Bootstrap multiple image slider to slide multiple […]
Object Oriented CRUD Operation with PHP and MySQL
CRUD (Create, Read, Update and Delete) with database is a common functionality of web applications. In this tutorial you learn how to develop CRUD operation with PHP and MySQL using Object Oriented Programming (OOP) technique. The tutorial explained in easy steps with live demo to handle create, read, update and delete functionality into MySQL database […]
Create Bootstrap Table Pagination with jQuery
Bootstrap Tables are styled HTML tables with class .table. The Bootstrap Tables are fully responsive with class .table-responsive and can be used extensively all kinds of web applications. As we generally use HTML Tables to display data in grid manner like rows and columns and fixed Table height to display more rows on table scroll. […]
Create Simple REST API with Slim Framework
Slim is a lightweight open source PHP micro framework. This framework is the best to write simple yet powerful web applications and APIs. The Slim framework supports all HTTP method like (GET,POST,PUT,DELETE) and have very handy URL structure with routers, middlewares, bodyparser along with page templates and lots more. Due to this, Slim framework become […]