Hi, I recently had to get some data from a mySQL database using PHP for a web app, I was working in Dash Code the way I did it.... I tried several ways, found out couldn't do it using Ajax httpRequest as it's cross domain (unless you create a Proxy) So I used JQuery to connect to my PHP page (which opens DB and populates my data in an array) then I get JQuery to output it as JSON.
I hope this helps, there are a few tutorials/examples out there but not many John On 31 January 2011 13:36, Sudhakar <[email protected]> wrote: > i would like to create a webapp using html, javascript that can > display airport information such as airport latitude longitude, runway > markings, current weather, wind information and any other information > related to the airports i search for in india > > how to go about is there a php scripts available that will retrieve > this information and display on the iphone also is there a license > that needs to be purchased to retrieve such information and how to get > this information and from which database > > -- > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en.
