How do you save a notepad document as a php file?

  • Thread starter Thread starter xdmwe
  • Start date Start date
Say you wanted a php file with the name test1. You would just write the script you wanted in the notepad, then click file, save as, and type test1.php in the name section, then click save. The file will save as a php script. You can do the same steps if you wanted to save as .htm or .js or anything really.
 
Back
Top