Re: RES: [PHP] CURL error help

2009-05-08 Thread Shawn McKenzie
Miller, Terion wrote: > > > On 5/8/09 8:04 AM, "Jônatas Zechim" wrote: > > Try to change this: > > curl_setopt($ch,CURLOPT_URL,$targets); > > to: > > curl_setopt($ch,CURLOPT_URL, $target_url); > > Zechim > zechim.com > São Paulo/Brazil > > Thanks for the suggestion: > Tried it and get this

Re: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 8:04 AM, "Jônatas Zechim" wrote: Try to change this: curl_setopt($ch,CURLOPT_URL,$targets); to: curl_setopt($ch,CURLOPT_URL, $target_url); Zechim zechim.com São Paulo/Brazil Thanks for the suggestion: Tried it and get this error now: Warning: file_get_contents($target_url) [fun