PHP script to add users
I have recently had to implement an api for another program running on a separate server to add user accounts. The simplest way that I could think of would be a simple POST request. In nearly all languages, implementing a POST request of some type is a relatively trivial exercise. So I quickly put this…