Have you considered passing the parameters to php using mx:request :
 
 <mx:HTTPService id="userRequest" url="" useProxy="false" method="POST">
<mx:request xmlns="">
<username>{username.text}</username><emailaddress>{emailaddress.text}</emailaddress>
</mx:request>
</mx:HTTPService>
 
 
The vaules can accessed in php with $_POST
i.e $_POST['username']
 
Bill Lane


>>> [EMAIL PROTECTED] 03/31/06 7:09 am >>>
As I wrote in my first post there occurs an error, when I try the url
with &amp; like:

url=""http://news.smartcode.ch/index.php?id=1&type=100">http://news.smartcode.ch/index.php?id=1&amp;type=100"

Does anybody have the same problem?

Markus

--- In [email protected], "Sonja Duijvesteijn"
<[EMAIL PROTECTED]> wrote:
>
> You are working with xml, so the url gives an error:
> url=""http://news.smartcode.ch/index.php?id=1&type=100">http://news.smartcode.ch/index.php?id=1&type=100"
>
> Replace the & with an &amp; and you should be fine.
>
> Good luck,
> Sonja Duijvesteijn
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to