Menu
Tag

JSON

Converting PHP Array to JSON in PHP

PHP By Oct 02, 2020 No Comments

Converting an PHP array to JSON in PHP is quite easy and useful. These days while creating API’s almost everyone is using JSON. Also while showing data from database we use to get it in JSON format these days. JSON is accessible in PHP as well as Javascript or Jquery and other languages also.  JSON full name is JavaScript Object…

Create JSON API Using PHP and MYSQL

Home, PHP By Nov 24, 2015 1 Comment

Now these day’s mobiles are getting more dearer than other gadget’s. APP’s are the important factor for making mobile your favorite gadget. Same as apps now these day’s everyone what their website to be mobile friendly and some of them create app also for their website. Now these days mobile app’s are more common for website owner’s and market for…

Create JSON From PHP Array Using Mysql and Post Values in Form

Jquery, PHP By Oct 11, 2014 No Comments

Hello today we will create the JSON from php Array. As now these days we are using jquery and ajax too much and we need it very often. You can read the whole json encoding at php official website. As json_encode(Array) expects parameter as Array. So here we will use the php array. Here i am creating the database and…