From 6b60bf846bddd05349b7f7ec2d9c1dd0063d3515 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 28 Dec 2021 11:11:54 +0100 Subject: [PATCH] Drop Windows Notepad usage instructions We should not encourage use of Notepad for editing PHP files, and those who use it, should at least know how it works (after all, it's not that complex). Closes GH-1265. --- chapters/tutorial.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index da8d2eacf4..50c007f8b0 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -174,20 +174,6 @@ - - A Note on Windows Notepad - - If you are writing your PHP scripts using Windows Notepad, you will need - to ensure that your files are saved with the .php extension. - (Notepad adds a .txt extension to files automatically unless - you take one of the following steps to prevent it.) When you save the file and - are prompted to provide a name for the file, place the filename in quotes - (i.e. "hello.php"). Alternatively, you can click on the - 'Text Documents' drop-down menu in the 'Save' dialog box and change the setting - to "All Files". You can then enter your filename without quotes. - - - Now that you have successfully created a working PHP script, it is time to create the most famous PHP script! Make a call to the