1. Home
  2. Computing & Technology
  3. PHP / MySQL

Using Notepad for PHP
How to Create and Save PHP in Notepad

By Angela Bradley, About.com

You don't need any fancy programs to work with PHP. In fact, all Window's computers come standard with a program called Notepad, that is used to create plain text documents. Here is how you use it to create a PHP file.

  1. Open Notepad: By default you can usually find Notepad by choosing Start > All Programs > Accessories > Notepad from your start menu.

  2. Type in your PHP code: Enter your PHP program into Notepad.

  3. Save your work:
    • Choose Save As from the File menu.
    • Enter the file name as your_file.php being sure to include the .php extension.
    • Then set the "Save As Type" to All Files.
    • Finally, hit the Save button.

On a Mac? Click here for instructions for using TextEdit.

More PHP / MySQL Quick Tips
Explore PHP / MySQL
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. PHP / MySQL
  4. Tools & Resoruces
  5. Programs
  6. Using Notepad for PHP - Saving PHP in Notepad

©2009 About.com, a part of The New York Times Company.

All rights reserved.