Would anyone be able to tell me the best way to do a PHP curl with an HTTP POST?
I need to send information like this:
username=user1, password=passuser1, gender=1
I anticipate that the curl should return a response like result=OK. Are there any examples?