Incredibly stupid question from Newb

webmasterbeta

New Member
Just looking into XML for the first time. Thanks for any help.

I have a flash script that loads an XML file.
I store my data in a Db (MySQL) and use PHP to interact with it.
My host does not allow fwrite, fopen, etc. and does not provide access outside of the web root (Godaddy), so writing the XML with php and saving it to the server would not be very easy for me or secure I would think.

Q: Can the flash script call a URL that contains a php file that outputs XML (using DOM I guess) and actually load it without the file ever being saved anywhere, or displayed for that matter?
Is that the way this works?

I'm ultimately trying to provide an option to add data from the Db to the Flash movie by marking a checkbox in an editor, with XML being the intermediary.

Thanks for your help.
 
Back
Top