Hi,
You can do very easily at each time flash page should call
to php page
and in php page you can create xml file with simple file
handling
function like fwrite.
like
$content = "<XML>";
$content .= "<customize
tag>".$abc."</cusomizetag>";
/Concating xml
related data and alll
write above content in fwrite($content) function see sytax
in manuall
I hope this will work for you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|