I’m always on the hunt for free PHP hosting. I’m not really fussed about ads because in my opinion, if you don’t want ads, go pay for hosting. I also require hosting with cURL enabled because I code lot of function-based web pages that require it. I’ve compiled a list […]
Tag: curl
Posting Binary File Via a Proxy Using PHP Curl
Don’t ask me why I had to do this, but at work today, I had the need to post files up to a remote server while running the php script behind our firewall. Basically, we needed to make files inside our firewall available on the internet. I found out that […]