Re: [PHP] Best way how to STORE DATA

2005-06-09 Thread Richard Davey
Hello Martin, Thursday, June 9, 2005, 2:38:23 PM, you wrote: MZ> what's the best way how to store a small amount of data, like list MZ> of categories or sections of a website. CVS (comma delimited text) MZ> x Database (MySQL, or other) x XML ? Which method is the fastest? MZ> Anyone has any perso

[PHP] Best way how to STORE DATA

2005-06-09 Thread Martin Zvarik
Hi, what's the best way how to store a small amount of data, like list of categories or sections of a website. CVS (comma delimited text) x Database (MySQL, or other) x XML ? Which method is the fastest? Anyone has any personal experiences? Thank you in advance for replies. Martin Zvarik