json php mySQL iphone webService

Youll be glad to know i got it working. I think this is what a webservice is, maybe ive been calling it something else. Ive got the mySQL db sittin on a server in the cloud. There is a php read.php file and a write.php file. The read php file takes the arguments for user and then reads the mySQL db and returns a json string which iphone reads and presents. The write file takes the arguments input by the user and posts them to mySQL db. So is this it? Now im only missing something that the server can use to update a 3rd updatedread.php file that will read… Read More

Continue Reading