Posted by Paul Lautman on 02/13/07 22:53
grimrob@blackbelts.co.uk wrote:
> fprintf just is not working. I am using PHP Version 4.3.9. Whatever I
> do fprintf just fails.
>
> For example:
>
> fwrite($Handle, 'A1');
> fprintf($Handle, 'A2);
>
> The first line always works, the second always fails. Likewise any
> other example.
>
> Suggestions?
'A2' isn't a format string?
[Back to original message]
|