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 personal experiences? How small are we talking? and how often will this data change? If the answer is "not very" and "not very" then why not just hard code the data into a PHP script as a ready to include array (or similar) ? If your situation allows it then there is nothing actually wrong in doing this. Best regards, Richard Davey -- http://www.launchcode.co.uk - PHP Development Services "I do not fear computers. I fear the lack of them." - Isaac Asimov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php