1 00:00:00,229 --> 00:00:02,965 PHP offers many functions, features and 2 00:00:02,965 --> 00:00:06,962 options when it comes to reading writing and parsing files. 3 00:00:06,962 --> 00:00:09,339 But, whatever you're trying to do, remember, 4 00:00:09,339 --> 00:00:12,290 there are three basic ways we can interact with the data file. 5 00:00:13,480 --> 00:00:17,480 Open a connection to the file and handle it line-by-line before closing it. 6 00:00:18,510 --> 00:00:20,790 Work with the entire file as a single string. 7 00:00:21,970 --> 00:00:24,890 Work with the entire file as an object or array. 8 00:00:26,220 --> 00:00:30,460 Expand on the project that we built in this course to make it your own. 9 00:00:30,460 --> 00:00:33,500 Change the look and feel to match your own style. 10 00:00:33,500 --> 00:00:38,510 Share your own recommendations, change the type of things that you recommend. 11 00:00:38,510 --> 00:00:41,760 Tie this into your other hobbies by sharing YouTube videos, 12 00:00:41,760 --> 00:00:45,710 photos, yarn projects or anything else [LAUGH]. 13 00:00:45,710 --> 00:00:48,360 Challenge yourself with something that you enjoy, so 14 00:00:48,360 --> 00:00:50,370 that you have fun and keep learning.