PHP script sample for iPhone hi-score/survey uploading?
        Posted  
        
            by Horace Ho
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Horace Ho
        
        
        
        Published on 2010-06-04T04:36:43Z
        Indexed on 
            2010/06/07
            17:12 UTC
        
        
        Read the original article
        Hit count: 208
        
I am looking for a PHP example/tutorial which can accept hi-scores/survey upload from an iPhone. Hopefully, the PHP script:
- accepts POST, in additional to GET
- works over SSL (https)
- connects to MySQL
In addition, it'd best the iPhone can get a session from the server and submit the session value along with the hi-score. Thanks
© Stack Overflow or respective owner