: This article mainly introduces [PHP] using XAMPP to build a local server, and then using the iOS client to upload data to the local server to install XAMPP. if you are interested in the PHP Tutorial, refer to it. I found a lot of PHP code on the Internet to receive data and files sent by the client. I will summarize it today. first, use XAMPP locally (integrated server development and installation package) ps: It's a dumb. you can continue the next step, and it's also very powerful! Then write the PHP code to receive the iOS client request and handle it accordingly! (The whole process of interaction between the front-end and the backend is realized.) you will find yourself tired !!! Don't talk nonsense. let's get started!
1. install the local server (XAMPP)
To a MAC version of XAMPP installation package, give! Http://pan.baidu.com/s/1gecDFAb
1. double-click to run the. dmg installation package
2. double-click
For errors, see: http://www.cnblogs.com/lidongxu/p/5256351.html
Wait for a while !!!
// Ps: you can enter localhost or 127.0.0.1 in the address bar to access this webpage!
At this point, the installation of XAMPP is basically complete. you can open Launchpad to see XAMPP
Find the XAMPP folder in the application, and you can also see what XAMPP is installed. manager-osx is the startup icon, and uninstall is the anti-installation program, that is, run it for uninstallation (remember)
You can switch the software tag above to-> Manage Servers to ensure that the three options are Running, click Start All (when you want to use XAMPP)
Make sure that all of them are Running!
The preceding section describes how to use [PHP] to build a local server using XAMPP, and then upload data to the local server using the iOS client to install XAMPP, if you are interested in PHP tutorials.