View Single Post
  #3 (permalink)  
Old Jan 5th, 2008, 02:12
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: XML > MySQL?

I would say MySQL by far!

XML is working with files -- basically treated as text by PHP... MySQL is many times faster than PHP.. So adding the need for PHP to work with XML files would further slow things down..

I wouldn't depart from convention in this case because convention has it right -- use a database
Reply With Quote