I am new To JSON creation. Can you please suggest PHP MYSQL Code to create JSON like this
{
"total": 115,
"data": [{
"id": 11,
"quote": "Give a man a program, frustrate him for a day.",
"author": "Muhammad Waseem"
}
]
}
Regards, Satish