creating pllist/property list from mysql database using php.

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
petroz
Forum Newbie
Posts: 16
Joined: Sun Sep 06, 2009 11:56 pm

creating pllist/property list from mysql database using php.

Post by petroz »

Hi Guys,

I am on the hunt for some information on creating plist files from data stored in mysql. So far, I have found nothing related specifically to plists, but there is plenty on creating xml files. The one problem I see with that approach is I am dealing with a multi-child structured plist that will grow as we go as I gather more data.

Right now I am entering all my info to be stored in the plist into mysql & the plist in the hopes that I will soon only have to add data to mysql.

If anyone has any experience, tips, examples or solutions please let me know. I would not like to try and reinvent any wheel that has already been created.

Thanks in advance,
Peter
User avatar
Robert07
Forum Contributor
Posts: 113
Joined: Tue Jun 17, 2008 1:41 pm

Re: creating pllist/property list from mysql database using php.

Post by Robert07 »

When you refer to a "plist", is that a property list of some sort? Are you talking about the database schema? Can you give an example of what you're looking to pull from the db?
Post Reply