I have some PHP scripts that deal with fopen on a URL, however dreamhost has disabled fopen commands on URLs due to security reasons but can allow the use of cUrl functions to acheive the same results. Can some point me to a cheatsheet on how to rewrite an fopen call into a cURL call?
if...