|
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> This example came from : http://blogs.adobe.com/mikepotter/2006/02/flex_and_php_a_1.html
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 & like: url=""http://news.smartcode.ch/index.php?id=1&type=100">http://news.smartcode.ch/index.php?id=1&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 & 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
|
- [flexcoders] Re: HTTPService: PHP-RSS-URL with parameters... Bill Lane
- [flexcoders] Re: HTTPService: PHP-RSS-URL with param... pfeisingermarkus

