XML (Extensible Markup Language) is a markup language that is widely used to store data in a machine and human readable format. We can easily read and write data from XML file to use in our web applications. If you’re developing a web application and wants to store data to a file instead of database, […]
Author: PHPZAG Team
Product Filter Search with Ajax, PHP & MySQL
Product Filter Search functionality is very popular in eCommerce website to allow product search with different options like product price range filter and checkbox search filter etc. So if you’re thinking about implementing product filter search functionality in your project with product feature options, then you’re here at right place. In this tutorial you will […]
Live Data Search with Multiselect Dropdown using Ajax, PHP & MySQL
Live Data Search functionality is very useful to filter data to see only required data. In this tutorial we have implemented live data search functionality with multi-select drop-down without using checkbox to filter data. The multi-select with checkbox functionality handled using Bootstrap-select plugin with PHP, MySQL and Ajax.
Generate User Initial Avatar with PHP & MySQL
Initial avatar or letter avatar is a feature to create user’s custom avatar from initials if user not uploaded any avatar. It’s a very spacial feature to attract users and make them happy as it makes user profile attractive and also increase users experience. If you’re a PHP developer and thinking about displaying user’s initial […]
Push Notification System with PHP & MySQL
In our previous tutorial, we have explained how to Build Content Management System with PHP & MySQL. In this tutorial, we will explain How To Develop Push Notification System with PHP and MySQL. Web Push Notification is a feature to send customized clickable message to display in subscribed user’s web browsers like Chrome, Firefox, Safari […]