Many Internets’ web pages are written in PHP format. It works in conjunction with SQL database and can be confusing for new programmers. To edit a PHP file in most convenient way, an editing environment with syntax highlighting is required to see what you are writing. PHP files can also be edited in Microsoft's notepad.

Downloading and Installing Notepad++

  • Run Internet browser and go to URL for Notepad++ home page.
  • Select "Download".
  • Expand "Binary files" and select "Download Notepad++ executable files".
  • Select "Download Now". On prompt where to save file, give any detonation on your HDD.
  • Run installer. Select proffered language.
  • Continue installation till completed.
Editing a PHP File With Notepad++

  • Open Start.
  • Open "All Programs/Program Files".
  • Move to "Notepad++".
  • Click "Notepad++".
  • Select "File" and select "Open".
  • Locate PHP file to edit and open it.
Editing a PHP File with Microsoft Notepad

  • Move to PHP file to edit.
  • Right click on file and select "Open With". Select "Choose Program".
  • Select Notepad. Hit OK once done.