answersLogoWhite

0

F.P Mortensen has written:

'Et studie af dansk forsvar i 1980' erne og 1990' erne'

'Et studie i politisk analyse'

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What has the author Peder Mortensen written?

Peder Mortensen has written: 'Tell Shimshara'


What has the author Stanley Mortensen written?

Stanley Mortensen has written: 'International soccer book'


What has the author J P Mortensen written?

J. P. Mortensen has written: 'Track and field'


What has the author Mary Alice Mortensen written?

Mary Alice Mortensen has written: 'Acredios' -- subject(s): Spiritualism


What has the author PETER MORTENSEN written?

PETER MORTENSEN has written: 'BRITISH ROMANTICISM AND CONTINENTAL INFLUENCES: WRITING IN AN AGE OF EUROPHOBIA'


What has the author Alice Paula Perkins Mortensen written?

Alice Paula Perkins Mortensen has written: 'Perkins and allied families'


What has the author Ejner Johansson written?

Ejner Johansson has written: 'Richard Mortensen'


What has the author Denise Dowling Mortensen written?

Denise Dowling Mortensen has written: 'Ohio thunder' -- subject(s): Farm life, Fiction, Stories in rhyme, Thunderstorms


What has the author Frands Mortensen written?

Frands Mortensen has written: 'Ytringsfrihed og offentlighed' -- subject(s): Case studies, Censorship, Danmarks radio, Radio, Radio broadcasting


What has the author Kristian Tellerup written?

Kristian Tellerup has written: 'Historien om Mortensen' 'Tilfaeldet Johnny'


What has the author Antonio Mortensen C written?

Antonio Mortensen C. has written: 'El desprecio a la vida' -- subject(s): Abortion, Moral and ethical aspects, Moral and ethical aspects of Abortion


Php array to xml file?

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