RES: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
U r correct! It's ok know. -Mensagem original- De: Shawn McKenzie [mailto:nos...@mckenzies.net] Enviada em: sexta-feira, 8 de maio de 2009 13:34 Para: Miller, Terion Cc: Jônatas Zechim; PHP-General List Assunto: Re: RES: RES: RES: [PHP] CURL error help Miller, Terion wrote: >

Re: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Shawn McKenzie
Miller, Terion wrote: > > > On 5/8/09 10:55 AM, "Jônatas Zechim" wrote: > > Ok, but u need to confirm the $args vars are being passed to that funtion, > because I thing they're blanks. > > Zechim > zechim.com > São Paulo/Brazil > > here is the code from the dom.php file, as it stands current

RES: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
zechim.com São Paulo/Brazil -Mensagem original- De: Miller, Terion [mailto:tmil...@springfi.gannett.com] Enviada em: sexta-feira, 8 de maio de 2009 13:19 Para: Jônatas Zechim; Miller, Terion; PHP-General List Assunto: Re: RES: RES: RES: [PHP] CURL error help On 5/8/09 10:55 AM

Re: RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 10:55 AM, "Jônatas Zechim" wrote: Ok, but u need to confirm the $args vars are being passed to that funtion, because I thing they're blanks. Zechim zechim.com São Paulo/Brazil here is the code from the dom.php file, as it stands currently my error reads: Warning: file_get_conten

RES: RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
natas Zechim; Miller, Terion; PHP-General List Assunto: Re: RES: RES: [PHP] CURL error help On 5/8/09 8:49 AM, "Jônatas Zechim" wrote: Try to echo the $target_url var. What's on it? Try to echo the $args var. What's on it? How do you pass the $args? I echo'd the

Re: RES: RES: [PHP] CURL error help

2009-05-08 Thread Miller, Terion
On 5/8/09 8:49 AM, "Jônatas Zechim" wrote: Try to echo the $target_url var. What's on it? Try to echo the $args var. What's on it? How do you pass the $args? I echo'd the $target_url and I got all the correct urls -did I mention this error reports one time for every url in the array, I

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

RES: RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
eira, 8 de maio de 2009 10:27 Para: Jônatas Zechim; Miller, Terion; PHP-General List Assunto: Re: RES: [PHP] CURL error help 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,CURL

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

RES: [PHP] CURL error help

2009-05-08 Thread Jônatas Zechim
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 -Mensagem original- De: Miller, Terion [mailto:tmil...@springfi.gannett.com] Enviada em: sexta-feira, 8 de maio de 2009 09:50 Para: PHP-General