In this tutorial you will learn how to upload file using PHP. You can check the tutorial to implement multiple file upload using jQuery and PHP. File uploading is an important part of web application. Every website has some file upload functionality. So here in this tutorial, we we will explain how to implement file […]
Author: PHPZAG Team
Converting an Array to JSON in PHP
In our previous tutorial, we have explained how to convert associative array into XML in PHP. In this tutorial we will explain how to convert an array to JSON object in PHP. JSON is stands for JavaScript Object Notation. Currently, JSON is the most used data format to handle data. The major use of JSON […]
Get Geolocation Data with IPWHOIS.IO API
There are many advantages to detect user’s information or geolocation data. It helps to improve conversion and better analyse website users. It also helps website owners to provide more relevant content to their users. Getting geolocation data is always a challenge but thanks to Geolocation APIs which makes things easy to handle. There are many […]
Create Dynamic Sitemap XML with PHP & MySQL
In this tutorial we will explain how to create dynamic Sitemap XML with PHP and MySQL. Sitemap is a XML file that contains website pages url and related details like change date, modified date etc. Sitemap XML file is important for any website to inform the search engines to index pages quickly. The sitemap is […]
Build Instant Search with Ajax, PHP & MySQL
Instant Search or Live Search is a web applications functionality. It is used to search data and display search result instantly on same page. So if you’re a PHP developer and looking for instant search solution then you’re here at the right place. In our previous tutorial, you learned how to build Content Management System […]