Re: [PHP] Weird Results from Curl

2008-03-03 Thread Richard Lynch
On Fri, February 29, 2008 3:20 pm, Wolf wrote: > I'm curling a site to process some data, all well and good but the > results are baffling... > > $result = curl_exec($ch); > curl_close($ch); > echo "".gettype ($result); > > Of course that's not all the code, but the results contain: > - > 0

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Wolf
Ray Hauge <[EMAIL PROTECTED]> wrote: > Wolf wrote: > > Ray Hauge <[EMAIL PROTECTED]> wrote: > >> Wolf wrote: > >>> I'm curling a site to process some data, all well and good but the > >>> results are baffling... > >>> > >>> $result = curl_exec($ch); > >>> curl_close($ch); > >>> echo "

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Ray Hauge
Wolf wrote: Ray Hauge <[EMAIL PROTECTED]> wrote: Wolf wrote: I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo "".gettype ($result); Of course that's not all the code, but the results contain: -

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Wolf
Ray Hauge <[EMAIL PROTECTED]> wrote: > Wolf wrote: > > I'm curling a site to process some data, all well and good but the results > > are baffling... > > > > $result = curl_exec($ch); > > curl_close($ch); > > echo "".gettype ($result); > > > > Of course that's not all the code, but the re

Re: [PHP] Weird Results from Curl

2008-02-29 Thread Ray Hauge
Wolf wrote: I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo "".gettype ($result); Of course that's not all the code, but the results contain: - 0 11 0 1 1 1 1 11 5 An Error Has Occurred During Pr

[PHP] Weird Results from Curl

2008-02-29 Thread Wolf
I'm curling a site to process some data, all well and good but the results are baffling... $result = curl_exec($ch); curl_close($ch); echo "".gettype ($result); Of course that's not all the code, but the results contain: - 0 11 0 1 1 1 1 11 5 An Error Has Occurred During Processing. Erro