1

I know you can create an xml file with php

$doc->save("write.xml") 

but is it possible to write to another file type, like .xspf ?

Zac
  • 12,637
  • 21
  • 74
  • 122

1 Answers1

2

Yes, just change the file name.

An xspf file is just XML with a different filename extension.

Brad
  • 159,648
  • 54
  • 349
  • 530
  • Great! I was hoping that was the answer.. i just didnt want to dive in without being certain. I will accept when it lets me. – Zac Oct 31 '11 at 22:16
  • @Zac, no problem, but next time, dive in. You'll learn much faster that way. No need to wait... you won't break anything by experimenting. Also, thanks for the props on the corn hat. It's actually a WiFi enabled corn hat with a wireless repeater inside. :-D – Brad Oct 31 '11 at 22:18