Hello I need to do a form that writes to a database I know how to do that What I dont now how to do is how I dump my data from the db as XML
I want the data to come out like this on the xml
<jobs>
<job id="5575757" title="Teacher" company="Mesa Public Schools" location="Mesa, AZ" />
<job id="8585858" title="Teacher" company="Tempe Public Schools" location="New York, NY" />
</jobs>
Any Ideas Thank you