In previous tutorial you have learned how to create shopping cart with Ajax, PHP and MySQL to add items to the cart using Ajax. But its still needs further steps to handle payment of the cart items. So in this tutorial, you will learn how to integrate PayPal payment gateway into shopping cart to handle […]
Author: PHPZAG Team
Top WordPress Interview Questions and Answers
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 […]
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. […]