I've been used sqlite a bit since php5 beta version. Now I am making a website and at this point I must decide which database I should use. My wish is to use sqlite, but friends of mine say that I might have problem down the road if I need to add a column on database or something since ALTER TABLE is not available.
Tell your friends that they need to read the FAQ. http://www.sqlite.org/faq.html#q13
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565