PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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????
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...
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 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)