Execute a HTTP POST Using PHP CURL

A customer recently brought to me a unique challenge. My customer wants information request form data to be collected in a database. Nothing new, right? Well, there’s a hurdle — the information isn’t going to be saved on the localhost database — it needs to be stored in a remote database that I cannot connect …