Enough will the past I was working on a small script for a client (BTW I need help with a ZF project i'm doing for myself as a portfolio piece: viewtopic.php?f=1&t=115985 ) when I found that the script works PERFECTLY on my Kubuntu installation but not the SAME EXACT script on his server.... long story short... His server was NOT sending header via fopen.
Here is how I bypassed the fopen issue with no sending headers:
Code: Select all
@ini_set('user_agent', "Mozilla 4.0\r\nCookie: ".$mycookies."\r\n");