PHP publishing problems

First off; thanks to the people on this forum who’ve helped me get this far, I’ve learnt a hell of a lot in the last week or so, and my website’s looking much better for it! Right, here’s my probem;

I’ve got a working flash website which I’ve been testing locally using EasyPHP. Everything worked fine, but now I’ve published, my PHP gallery is broken!

  • my php file is in the same folder as the swf file that calls it.
  • i’ve replaced every “localhost” string with the necessary relative path.

I’ve also done a quick test, and driven the gallery with an XML file rather than a PHP constructed XML object, and everything works just fine; so I’m pretty sure its the PHP that’s the problem.
Is there something I’m missing here? I’m a complete noob to PHP, so I could well have missed something obvious that everyone else takes for granted!

Thanks for any help!