If ur are using flex builder 4 connecting to a php file is a piece of cake On Fri, Oct 8, 2010 at 12:58 PM, kannan r <[email protected]> wrote:
> use the weebroot or www directory of the xampp to store ur php files and > use relative path in ur app > > > On Fri, Oct 8, 2010 at 10:59 AM, sandeep gupta < > [email protected]> wrote: > >> Hi Release the build and deploy in the xamp server >> >> >> On Fri, Oct 8, 2010 at 12:58 AM, vikas <[email protected]> wrote: >> >>> Hi >>> >>> In Xamp environment we will put our code on Xamp/htdocs directory. >>> When creating flex/php application good to put all swf,html and js >>> files into the same directory where php code run. >>> >>> and when making httpService pass url = >>> http://localhost/yourprojectname/yourphpfilename.php. >>> >>> >>> On Oct 7, 11:41 am, ankur wahi <[email protected]> wrote: >>> > You can place your php files in your xampp folder also. >>> > >>> > and for that you need to give the url of localhost like >>> > >>> > <mx: httpService >>> > url="http://localhost/xampp/myFile.php"/> >>> > >>> > Regards, >>> > Ankur >>> > >>> > On Thu, Oct 7, 2010 at 12:03 PM, Nasurudeen MK < >>> [email protected]>wrote: >>> > >>> > > Hi, >>> > >>> > > Better put ur swf, html and php files in same folder. >>> > >>> > > On Wed, Oct 6, 2010 at 4:34 PM, flexx <[email protected]> >>> wrote: >>> > >>> > >> Hi , >>> > >>> > >> I have xampp server and i am trying to connect php with flex >>> > >>> > >> A simple question... where i have to keep my swf,html, php files? >>> > >>> > >> Please guide me. >>> > >>> > >> Thanks, >>> > >> Shanthi. >>> > >>> > >> -- >>> > >> 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]<flex_india%[email protected]> >>> <flex_india%[email protected]<flex_india%[email protected]> >>> > >>> > >> . >>> > >> For more options, visit this group at >>> > >>http://groups.google.com/group/flex_india?hl=en. >>> > >>> > > -- >>> > > 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]<flex_india%[email protected]> >>> <flex_india%[email protected]<flex_india%[email protected]> >>> > >>> > > . >>> > > For more options, visit this group at >>> > >http://groups.google.com/group/flex_india?hl=en. >>> >>> -- >>> 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]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >>> >> >> >> -- >> Thanks & Regards >> >> K.sandeep >> >> >> -- >> 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]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > -- 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.

