Hey guys,
I am new to <a href="http://www.bodhosting.com/" target="_blank" title="XML" style="color:#000000;text-decoration:none">XML</a>.
I want to know that can XML be used as database with php language instead of other databases like mysql,Mssqlserver etc?
NO .....
XML is an acronym for extensible markup language.
It is a language to describe the data ....
It is not a database ,It is simply a text file that holds your data.
NO .....
XML is an acronym for extensible markup language.
It is a language to describe the data ....
It is not a database ,It is simply a text file that holds your data.
Hmm. Agreed with lagunagreener. As far as I know XML is used for document storage which completely differs from the concept of RDMSs. Although it's an interesting topic to be discused but still MySQl is the best one for PHP.