Following on from this morning’s lesson, Lesson 12 of CodeWithChris‘s Module 2 put the JSON techniques into practice. Data has to come from somewhere and, whether that’s from a database or a flat file, it’s still just data. JSON ensures that the data is available/presented in a common standard format. […]
Daily archives: 13 February 2022
2 posts
I’m continually finding it amazing that much of that which I’ve taught myself over the years actually has a common method in use as a standard part of coding. The code that I concocted myself for my PHP scripts that handled data from MySQL/Maria pretty much utilised the flexibility of […]