hi
infact i have a mysql database in which i have field name xml in which all the metadata are stored in xml files.
plz i really need some help...
hi
infact i have a mysql database in which i have field name xml in which all the metadata are stored in xml files.
plz i really need some help...
As far as I am aware MySQL doesn't have an XML type, so it's just being stored as a string. Retrieve it the way you would for any other string, and then use any of PHP's XML extensions to study it.