> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flashcoders-
> [EMAIL PROTECTED] On Behalf Of Scott Haneda
> Sent: Thursday, November 09, 2006 5:26 PM
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] Need help from PHP coder
> 
> I don't think you need any special php function:
> 
> I don't know anything about flash, but I would guess XML.send() takes
a
> file
> name, or server path as a argument, so put this in that file:
> 
> $fp=fopen("myxml.xml","wb");
> fwrite($fp,$HTTP_RAW_POST_DATA);
> fclose($fp);
> echo "Done saving";

Yup. You have to make sure of a certain setting in php.ini, though. I
can't remember which one it is, but you can probably find out at:
http://php.net
―
Mike Keesey

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to