Page 1 of 1

using JSON files and databases

Posted: Sat Nov 01, 2014 7:41 am
by Vegan
Does PHP have any functionality I can look at for JSON files as a data source? XML is out there too.

I was also wondering about other data sources such as SQL Server or MySQL

Moving data from one server to another etc

Re: using JSON files and databases

Posted: Sat Nov 01, 2014 9:45 pm
by requinix
Depends how you intend to use them. Like querying against? Or just storing and accessing straight data?

Re: using JSON files and databases

Posted: Thu Nov 06, 2014 4:13 pm
by Vegan
store and access data, ads to start with, more down the road once I learn how to use them