Help please: CURL lib appends '0' (zero) to all output
From: Eagle (eagleflyer2_at_lycos.com)
Date: 12/23/03
- Next message: David Leon: "PHP.exe closing on exit"
- Previous message: Tom Thackrey: "Re: Max number of values with form method=get?"
- Next in thread: Michael Fuhr: "Re: Help please: CURL lib appends '0' (zero) to all output"
- Reply: Michael Fuhr: "Re: Help please: CURL lib appends '0' (zero) to all output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 08:02:31 +0100
Hi All,
I'm using the wonderful CURL lib to handle data between php-scripts in
the background. However, I am experiencing a problem: Whenever the
processed data is returned for output I see a '0' (zero) appended to
it.
I seem to be unable to get rid of it. I don't even know where this
zero comes from and why it is there. Any help greatly appreciated.
A simple example:
1.)
Script 1 handles some data (e.g. some form input) and sends it to
script 2.
2.)
Script 2 then processes the data and generates the output.
I always see the output like this: output0
Any help greatly appreciated.
Eagle
(I very much appreciate your contributions.
Please do not reply to my email-address since it is deactivated due to tons of Spam I received.
Thanks a ton)
- Next message: David Leon: "PHP.exe closing on exit"
- Previous message: Tom Thackrey: "Re: Max number of values with form method=get?"
- Next in thread: Michael Fuhr: "Re: Help please: CURL lib appends '0' (zero) to all output"
- Reply: Michael Fuhr: "Re: Help please: CURL lib appends '0' (zero) to all output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|