Make a simple HTTP call with parameters using CURL

Make a simple HTTP call with parameters using CURL

Here is a simple code to make an HTTP call with the CURL library. The call is also passing 2 parameters and the line will looks like: http://somewebsite.com/web_server.php?param1=12345&param2=67890 This is also requires the installation of the curl library....