I want to have an HTTP GET request sent from PHP. Example:
http://tracker.example.com?product_number=5230&price=123.52
The idea is to d
You can use shell_exec, and command line curl.
shell_exec
For an example, see this question