Notepad++ is a free, open source code Editor in Windows that is small, powerful, and can support multiple language editing. Here's a record of the Setup method for running PHP in notepad++:
Open the notepad++ plugin (official under the plugin) Nppexec→execute ... or direct F6, such as
and enter it in the inside.
" $ (current_directory) " D:\WebTool\wamp\bin\php\php5. 3.9 " $ (Full_current_path) "
"$ (current_directory)" You are editing the address of the file
Double quotation marks are meant to prevent a space folder
CD: Used cmd is known to jump to the specified directory such as the C: \
D:\WebTool\wamp\bin\php\php5.3.9\php.exe is a PHP compiler, other languages such as Python, Java, etc. can be directly with the corresponding compiler environment variables instead
"$ (Full_current_path)" is the file address being edited, including the filename, such as E:\Web\test\test.php
Next we run to see:
Other languages run similar methods.
notepad++ Running PHP files