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.
This commit is contained in:
Christoph M. Becker 2021-12-28 11:11:54 +01:00 committed by GitHub
parent 34e2e3541c
commit 6b60bf846b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,20 +174,6 @@
</para> </para>
</note> </note>
<note>
<info><title>A Note on Windows Notepad</title></info>
<para>
If you are writing your PHP scripts using Windows Notepad, you will need
to ensure that your files are saved with the <filename>.php</filename> extension.
(Notepad adds a <filename>.txt</filename> 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. "<filename>hello.php</filename>"). 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.
</para>
</note>
<para> <para>
Now that you have successfully created a working PHP script, it is 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 time to create the most famous PHP script! Make a call to the