Incase you dont want to use relational database...

link|improve this question

why does this get downvoted? (apart from being maybe poorly phrased) – Ben Dec 15 '10 at 5:56
feedback

1 Answer

up vote 1 down vote accepted

Well, CouchDB isn't native to PHP, but it's native to the web. It stores data in JSON format, which can be directly converted to PHP objects. You could try using that.

http://couchdb.apache.org/

If that doesn't help, look up "NoSQL". It's a movement of using databases that aren't relational.

link|improve this answer
Thanks tjameson, I found Memcached, Redis and MongoDB aside from CouchDB in nosql-database.org – Kumkum Adane Dec 15 '10 at 11:46
Glad I could get you on the right track. – tjameson Dec 15 '10 at 16:32
Could you vote up the question? – Kumkum Adane Dec 17 '10 at 8:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.