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 […]
PHP
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 […]
Configuring PHP in Apache
To enable PHP in Apache you need to do the following. You need to tell PHP the root directory of Apache ie. In PHP.INI change the doc_root variable so that it holds the root directory of Apache: Change PHP.INI (Usually located in [DRIVE]:\PHP\) entry for doc_root: doc_root = “C:\Program Files\Apache […]