[PHP] using XAMPP to build a local server, and then using the iOS client to upload data to the local server (III. PHP side code implementation)-M_Lee 1. install XAMPP http://www.cnblogs.com/lidongxu/p/5256330.html
2. configure MySql http://www.cnblogs.com/lidongxu/p/5256515.html
Then, today we will come to contact the PHP development language.
1. First of all, we need to create a. php file under the folder resources of our local server. (you need to write php !)
2. enter the following code in register. php:
3. create a new download2 folder under the local server folder.
4. then write the php code for logon! In the htdocs folder, create a loginGet. php file and insert the code.
At this point, php has come to an end for the moment, and then develop the iOS code segment (happy ???)
Write iOS code... http://www.cnblogs.com/lidongxu/p/5267753.html