Home >Backend Development >PHP Tutorial >[PHP] Use XAMPP to build a local server, and then use the iOS client to upload data to the local server (1. Install XAMPP), xamppios_PHP tutorial
found it online There are a lot of codes for PHP to receive data and files sent by clients. Let’s summarize them today. First, use XAMPP (Integrated Server Development and Installation Package) locally. ps: It’s very silly. Just keep going to the next step. It’s also very powerful! Then write PHP code. , receive the request from the client iOS and handle it accordingly! (Realize the whole process of interaction between the front desk and the background) Ah, you will find it very tiring if you do it all by yourself!!! Without further ado, let’s get started!
1. Install local server (XAMPP)
Give me a MAC version of XAMPP installation package and plant one! http://pan.baidu.com/s/1gecDFAb1. Double-click to run the .dmg installation package
http://www.cnblogs.com/lidongxu/p/5256351.html
The wait is short!!!
// ps: You can access this page by entering localhost or 127.0.0.1 in the address bar!
At this point, our XAMPP installation is basically completed. You can open Launchpad and see XAMPP
In the application, find the XAMPP folder, and you can also see the things installed by XAMPP. manager-osx is the startup icon, and uninstall is the anti-installation program, that is, run it for uninstallation (note Live)
You can switch the software tab of the above picture above to -> Manage Servers, make sure The 3 options are all in Running status, just click Start All (when you want to use XAMPP)
Make sure they are all in Running status!
>