mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
34e2e3541c
commit
6b60bf846b
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue