Hi,
I want to create a xml document using php-file handling . that i have a Database named as Total_category and table name as students_one.
and i have fields like name, age, email, title, specification etc.. inside that students_one table. what i want to do is, i want to create a xml file with this details as
shown below:
this is want i want to write in that xml file and i want to save the file as doc.xml
some one please help me how to work over this, since i m not familiar in file handling in php. can anyone help me please
Thanks in advance,
Regards
Magesh
I want to create a xml document using php-file handling . that i have a Database named as Total_category and table name as students_one.
and i have fields like name, age, email, title, specification etc.. inside that students_one table. what i want to do is, i want to create a xml file with this details as
shown below:
Code:
<total_category>
<students_one>
<name>xxxxx</name>
<age>23</age>
<title>Student</title>
.........
.........
</students_one>
</total_category>
some one please help me how to work over this, since i m not familiar in file handling in php. can anyone help me please
Thanks in advance,
Regards
Magesh
Comment