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 […]
Live Add Edit Delete Datatables Records with Ajax, PHP & MySQL
In our previous tutorial, we have explained how to Create Live Editable Table with jQuery, PHP and MySQL. In this tutorial, we will explain How To Implement Live Add Edit Delete Datatables Records with Ajax, PHP & MySQL. DataTables is a jQuery JavaScript library to convert simple HTML table to dynamic feature rich table. The […]