F.P Mortensen has written:
'Et studie af dansk forsvar i 1980' erne og 1990' erne'
'Et studie i politisk analyse'
Peder Mortensen has written: 'Tell Shimshara'
Stanley Mortensen has written: 'International soccer book'
J. P. Mortensen has written: 'Track and field'
Mary Alice Mortensen has written: 'Acredios' -- subject(s): Spiritualism
PETER MORTENSEN has written: 'BRITISH ROMANTICISM AND CONTINENTAL INFLUENCES: WRITING IN AN AGE OF EUROPHOBIA'
Alice Paula Perkins Mortensen has written: 'Perkins and allied families'
Ejner Johansson has written: 'Richard Mortensen'
Denise Dowling Mortensen has written: 'Ohio thunder' -- subject(s): Farm life, Fiction, Stories in rhyme, Thunderstorms
Frands Mortensen has written: 'Ytringsfrihed og offentlighed' -- subject(s): Case studies, Censorship, Danmarks radio, Radio, Radio broadcasting
Kristian Tellerup has written: 'Historien om Mortensen' 'Tilfaeldet Johnny'
Antonio Mortensen C. has written: 'El desprecio a la vida' -- subject(s): Abortion, Moral and ethical aspects, Moral and ethical aspects of Abortion
If you mean taking an array and making an xml file out of it then you would need to dump the array information into the xml file. $fp = fopen(filename, "a"); $str = <author>$array['author']</author> fwrite($fp,$str); fclose($fp); that way it will add the contents to the end of thhe file