Get JSON using PHP cURL from web service
This example is to show how to detect user’s country
For GET request
1 |
|
For POST request
1 |
|
For POST request with binary body (e.g. an audio wav file)
1 |
|
This is my technical blog about programming, server setup & configuration, technical learning experience.
This example is to show how to detect user’s country
For GET request
1 |
|
For POST request
1 |
|
For POST request with binary body (e.g. an audio wav file)
1 |
|