php - IPhone App ajax request Problem -
hello using cross domain ajax plugin send request server using iphone.
but when complie code xcode behaving strange.
some time send request server. time doesn't send reuest.
some time got response request , time not able reponse
pls. help
if there other way send data server using javascript pls. tell me
thanks
if native app, use nsurlconnection. read on here: url loading system programming guide if it's web app, javascript best way transmit data bi-direcionally asynchronously. if doesn't matter you, can use pure php , refresh page each time, although may not optimal user experience.
Comments
Post a Comment