notepad++ Running PHP files

Source: Internet
Author: User
Tags php compiler

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.