Page 1 of 1
PHP and XML
Posted: Wed Feb 16, 2005 10:40 pm
by jmangesh
Hello,
I want to develope an application by using php and xml only.no database want to use..The data will be 5 tables and mostly 30 to 40 records in each table.Is it right thing to do????
Posted: Wed Feb 16, 2005 10:43 pm
by feyd
you don't want to use a database, but you want to have five tables with 30-40 records in each? uh ok.
Posted: Wed Feb 16, 2005 10:53 pm
by jmangesh
I want to say that if the data of 5 tables (50 record each) will keep in diffnt xml files..and will show in html..and instead of using database i will directly write data in to xml files..is it a good architecture to work...
Posted: Wed Feb 16, 2005 11:50 pm
by timvw
All depends on your needs, doesn't it?
Will there be concurrent users? How would you handle those concurrent users at the same time? Through file locking? How often are the files expected to be changed?
Thx..But.
Posted: Wed Feb 16, 2005 11:57 pm
by jmangesh
Thx Buddy,
Thx a lot ..u put up good issues to think..but there will be too many peoples to view the site ..but for updations and chnges only one or two admins will be there..this is the situation...
Now So i built most of the applications like this..So now just tell me which combination will be better for such aplications(php/mysql or php/xml)
Posted: Thu Feb 17, 2005 12:18 am
by feyd
with the volume of concurrency on reads, I'd go mysql.