Geocoding is the process of converting address into geographic coordinates to show the geo-coded data on the map. For example if you have a particular address and wants to locate that address on the map or wants to create a store locator, then Google Maps Geocoding API can help you to handle this. You just […]
Author: PHPZAG Team
Angular 2 Interview Questions and Answers
Angular 2 is an open source JavaScript framework that developed using TypeScript. It is an improved version of Angular framework but fundamentally a different framework. Unlike Angular that’s mainly focus on controllers, Angular 2 is mainly focus on component and modules to develop web applications. If you’re a Angular developer and looking for Angular 2 […]
Create Event Calendar with jQuery, PHP and MySQL
In our previous tutorial, we have explained how to Build Live Chat System with Ajax, PHP & MySQL. In this tutorial, we will explain How To Create Event Calendar with jQuery, PHP and MySQL. Event Calendar is an important feature of web applications to allow users to add and view events in a Calendar. In […]
Bootstrap Tabbed Slider Carousel with jQuery, PHP & MySQL
Sliders or Carousels are very useful feature in web applications to rotate items. As we have already published tutorials to create bootstrap multiple image slider and bootstrap carousel slider with thumbnails, in this tutorial you will learn how to create dynamic Bootstrap Tabbed Slider with jQuery, PHP and MySQL. Bootstrap Tabbed sliders are very user […]
Shopping Cart with PayPal Integration in PHP
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 […]