While working on JSON (JavaScript Object Notation), we need to convert PHP array or object to JSON or JSON strings to an array. In our previous tutorial we have explained how to convert an array to JSON in PHP. In this tutorial you will learn how to convert JSON string to array in PHP. Sometimes […]
PHP
Here you will find useful PHP tips and tutorials.
How to Upload File in PHP
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 […]
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 […]
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 […]