+ 1
Appending to a File Fill in the blanks to open the file using append mode, write to it, and close it. $h = ('my.txt', ' '); fw
Appending to a File Fill in the blanks to open the file using append mode, write to it, and close it. $h = ('my.txt', ' '); fwrite($h, 'test'); ($h);
2 Antworten
+ 4
SUNIL KUMAR please show us your attempt as this appears to be some sort of homework assignment.
+ 4
And please edit the post to put a relevant language name (PHP) rather than just "please" in the post tags above