thank you for your responses.
This appears to be a CodeIgniter problem because everything
of course works fine from a command line script. I will post
a question on their forum.
Thanks again.
-Andres
Jim Lucas wrote:
Andres Gonzalez wrote:
I have read in the contents of a file using fi
Andres Gonzalez wrote:
> I have read in the contents of a file using file_get_contents. I can verify
> that the data has actually been read in by echoing its contents.
>
> But then if I do this:
>
> $ret = file_put_contents("/tmp/bla", $bk);
>
> The return value gives the correct size of string
On Mon, Sep 14, 2009 at 4:19 PM, Andres Gonzalez wrote:
> I have read in the contents of a file using file_get_contents. I can verify
> that the data has actually been read in by echoing its contents.
>
> But then if I do this:
>
> $ret = file_put_contents("/tmp/bla", $bk);
>
> The return value gi
3 matches
Mail list logo