Tag Archives: fwrite

PHP Tutorial : Write to a file with fwrite

I showed you earlier in a older post how to open and read text contents from a file. Now it’s time to see how to write to a file using php function called fwrite(). <?php $theFileToWriteTo = “textFile.txt”; $fileHandle = … Continue reading

Posted in Basic PHP | Tagged , , , , | 1 Comment