Tag Archives: 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 … Continue reading
Posted in CURL, PHP
Tagged curl, fopen, password, PHP, proxy server, upload a file, username
Leave a comment
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 … Continue reading