You have already completed these exercises!
Do you want to take them again?
You completed the PHP File Handling Exercises from W3Schools.com
Share on:
The following syntax will open a file:$myfile = fopen('webdictionary.txt', 'r');What mode will the file be opened in?
$myfile = fopen('webdictionary.txt', 'r');