There are a lot of applications where the data is fetched from the database in form of xml and presented to users after being parsed. I am also working on a web application where I need to fetch user profile data and display it to users. So I wanted to know what are the advantages of fetching the data as xml?
Whats the benefit of using PHP->MySQL->XML->HTML
instead of just
PHP->MySQL->HTML ?
what are the advantages of XML in input of data and output when we are using mysql(or any other) as backend databse?
Also if I need to store raw XML data shall I store it in single row or its useless?
No comments:
Post a Comment