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?
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?
Comment