php - iPhone to host server to mySQL and back? -
can please direct me process doing this? have done login verification exercise using mysql dbase on host server (thanks kiksy). trying move forward , "query" iphone list of "users" occupy table (iphoneusers) in mysql. , of course iphone via php connection.
any appreciated.
ronbowalker
your query can simple this:
select `users` iphoneusers limit 0, 30;
in php... however, i'm quite unsure how setup like? writing native iphone app or php application serves intermediate between iphone app , database.
Comments
Post a Comment