Incase you dont want to use relational database...
feedback
|
|
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. If that doesn't help, look up "NoSQL". It's a movement of using databases that aren't relational. | |||||||
feedback
|