You can find some sample application in the web for connecting to Webservice using flex.Let me know if you want me to send you some links.
On Tue, Nov 11, 2008 at 10:58 PM, Ganesh r <[EMAIL PROTECTED]> wrote: > HI Vinod > > have u done any web serivce with code with flex? > > > On 11/11/08, Vinod M. Jacob <[EMAIL PROTECTED]> wrote: >> >> Try datef.selectedDate or datef.text in HTTPService request. >> >> >> On Tue, Nov 11, 2008 at 1:17 PM, dhileepen chakravarthy < >> [EMAIL PROTECTED]> wrote: >> >>> Hi everyone, >>> How to pass date value to PHP >>> >>> For example >>> >>> <mx:DateField x="275" y="190" id="datef" /> >>> >>> >>> <mx:HTTPService id="process_demographics" >>> result="handleResultXMLp_d(event)" fault="loginFault(event)" method="POST" >>> url="http://localhost/flex/cd.php" useProxy="false"> >>> <mx:request xmlns=""> >>> <dov>{datef.value}</dov> >>> </mx:request> >>> </mx:HTTPService> >>> >>> >>> I am using datef.value , it is not working. I need to pass the date vaule >>> in MM/DD/YYYY format to php >>> >>> Help me ! >>> >>> Regards, >>> Dhileepen >>> >>> >>> >> >> >> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

