I'm having to re-create existing code in php.
A perl script which implements FCGI::Request()
is connected to via LWP::UserAgent->credentials()
How would I connect to this script using cUrl (php) instead of LWP (perl)?
Or, What is a better/more suited method of connection to such from php?