JSON Tutorials

How to Insert JSON Data into MySQL using PHP

How to Insert JSON Data into MySQL using PHP

In this tutorial I will show you How to Insert JSON Data into MySQL using PHP. To convert JSON to MySQL using PHP includes some steps like how to read JSON file, convert json to array and insert that json array into MySQL database. Here are the steps to Insert JSON data into MySQL using PHP. Step 1: Read the JSON file in PHP We have to read the JSON …

Continue reading

YouTube Video Information Using YouTube API

YouTube Video Information Using YouTube API

If you want to embed YouTube videos or want to add your video gallery then you can use YouTube API v2 to get all necessary information about the video like video title, description, category, thumbnail and others. In this post I am going to show you how to get YouTube video information using YouTube api. To get the YouTube video information in JSON format we will use CURL and pass …

Continue reading

Android JSON Parsing From URL

Android JSON Parsing From URL

JSON is one of the best method to provide data in android from web application. So I am discussing here how to parse a JSON response from a URL and use it, in this tutorial Android JSON Parsing From URL. JSON data has square and curly brackets which denotes JSON array and JSON object simultaneously. Creating Project: Create a new project in Eclipse IDE as “Read JSON from URL” with …

Continue reading