Microsoft
Software
Hardware
Network
Question : MySQl ---> xxx ---> xxx iPhone
Hello all,
My understanding is that there is no official framework for MySQL from within XCode. I have seen that there are a couple of unofficial workarounds but can prove a security risk.
I am competent in PHP & SQL and after rooting around here on Experts-Exchange and Google I believe the way forward is to use PHP to print the results into XML format and then use NSarray to store the results.
I have seen the following code:
NSURL *myURL = [NSURL URLWithString:@"
http://www
.myserver.
com/result
s.php
"];
NSArray *sqlResults = [[NSArray alloc] initWithContentsOfURL:myUR
L];
I do not fully grasp the code above yet and I would love to see a a high score table example which simply retrieves from a table a username and their high score and displays it on the iPhone. Any help would be appreciated and if you need any more information please just ask.
Many thanks in advance, Colin.
Answer : MySQl ---> xxx ---> xxx iPhone
There are tons of sample on the web:
http://www.iphonesdkarticl
es.com/200
8/11/parsi
ng-xml-
fil
es.html
Random Solutions
How to install Solaris 10 in 2 disks at the same time or 4 disks using zfs, need good documentation on zfs
Jquery NoConflict Issue
Using cfheader and cfcontent to obfuscate download path.
How to block mulitple ports within a range in mmc?
Possible Virus Infection - Can not connect to Internet, Max TCP connections reached.
Unable to install Webmin
Evnet id 10016 - DCOM & DFS
Frameless and Borderless Popup Window in Flash Actionscript 2
Using wininet.dll with vba code within Excel 2003 macro on windows 2008 R2 server. FTP hangs
Any sandbox tool out there for opening file attachments safely?