On the server side of php, the client sends a string of numbers to the server side using the android mobile phone. after the server side verifies, the return value is returned to the client, how does the server implement this function in the background ?, The server is listening to port 80 through apache or nginx, and the mobile phone uses http & nbsp; req php as the server. the client uses the android mobile phone for communication problems.
The mobile phone sends a string of numbers to the server, and the return value is sent to the client after Server Verification. how does the server implement this function in the background?
------ Solution --------------------
The server is listening to port 80 through apache or nginx, and the mobile phone interacts with the server through http request and response.
------ Solution --------------------
Reference:
Reference: reference: a php file.
The client requests this http address
How to debug it? That is, how to establish a connection between a mobile phone and a computer?
After the php file is written
The mobile client simulates the post or get request to obtain the returned content from the http address.
How to receive jso sent by android in php ......
The transmitted data is in json format.
Submit or use post or get
Example:
GET request interface
Api. php? JsonValue = {"name": "ayzen", "age": "25 "}
Your php will handle it.
$ Array = json_decode ($ _ GET ['jsonvalue']);