I want to send data to an API. The data include simple variables: username, password, email, etc. The problem is that O want to send data to this using POST method. I searched this issue on Google, and everyone is saying to go for CURL.
What is CURL? Is it a function, script, API or what?
Is there any other way to do it?
I want to send something like this:
$username, $password to www.abc.com?username=$username&password=$password
Best Regards