question about flash php xml

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lukelee
Forum Commoner
Posts: 28
Joined: Wed Sep 10, 2008 2:03 am

question about flash php xml

Post by lukelee »

I am making a flash form, which include, name, phone, email, radio button,checkbox... when people click submit, I want this form be generated to an xml file through php. I know how to send email through php. but really no idea how to generate an xml through php. can anyone help please?

here is the data I collect from flash:

$subject = "My Flash site reply";
$name = $_POST["ename"];
$message = $_POST["emessage"];

can anyone please show me how to continue?
Post Reply