Hiya
Thank you so so much for answering my query... here is what I want to do and then you guys could point me to the right way, so I may research more..
1) My database is in MySQL, and my scripting language is PHP... I want to connect PHP not directly to the database but through XML... at the moment my data is accessed directly form the database and no XML is used.
2) The reason for the XML is because if someone else from another site wants to access my database then my site will be adaptable for this integration. Also if I use another language besides PHP to access the database then XML will allow it...
I was told that XML is for holding the structure of the data and HTML was for presentation... also XML will make the transfer of data possible between 2 systems.... its this integration that I am interested in.... e.g. Expedia talks with other airline companies and all the data is passed through XML !!!
I am using MyAdminPHP and I can export the data through XML, which is great... but what I want to do is to have a system where my PHP script will link into the database through XML...
I hope you can help..... AGAIN HUGE THANKS
Jo