From the course: PHP Techniques: Working with Files and Directories

Using the exercise files on GitHub - PHP Tutorial

From the course: PHP Techniques: Working with Files and Directories

Start my 1-month free trial

Using the exercise files on GitHub

- [Instructor] All of the exercise files for this course are available in a GitHub repository. You can find it at this URL. It's a project hosted by the LinkedIn Learning account and it's called php-techniques-working-with-files-and-directories-2873106. The repository has branches which correspond to each of the videos in the course. You can use the branch pop-up menu to switch to a specific branch and review the code for a specific video. For example, the branch titled 01_03b, would show you the code for chapter one and the third video. Branch names with a B at the end indicate that they contain code as it is at the beginning of the video, branch names ending with E contain its state at the end of the video. You can also download the code to work along with me. If you're a Git user, you can clone the repository by clicking on the Code button and then click on the clipboard icon to copy the URL. Then you can type git clone and paste in the URL that you copied to your clipboard. You will also notice this is the same URL as the GitHub repository, but with .git at the end. Then you can navigate into the cloned project and check out the branch you want. The branch 01_01b is the start of the course. You don't need to know Git or have a GitHub account to follow along. If you choose the branch that you want, then you can click the Code button and choose Download Zip, which will download a file containing the code for that branch only. Once it downloads, you can decompress the file and open the project in a text editor to get started.

Contents