Skip to content
Advertisement

Tag: file-handling

PHP file handling read and write

I am trying to figure out how the file handling works, the thread says: Your task is to write a PHP script, which reads grades from the file “grades.txt”, raises all of them by one, writes the raised grades into the file “results.txt”, and finally prints the raised grades from the file “results.txt”. If a grade is 5, it won’t

Advertisement