using JSON files and databases

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

using JSON files and databases

Post 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
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: using JSON files and databases

Post by requinix »

Depends how you intend to use them. Like querying against? Or just storing and accessing straight data?
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: using JSON files and databases

Post by Vegan »

store and access data, ads to start with, more down the road once I learn how to use them
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply