Reading and writing an XML file with PHP

Branden

New Member
I have 2 text boxes and a radio button. When the user clicks submit I it to generate a XML file with the fallowing format. \[code\]<object> <string1>$string1</string1> <string2>$string2</string2> <bool>$myBoolean</bool></object>\[/code\]After that I want to be able to read through the file and display it.
 
Back
Top