formfields
Joined: 01 Aug 2005 Posts: 465
|
Posted: Wed Feb 14, 2007 3:02 pm Post subject: How Do I Rename a .html File to a .php File? |
|
|
For this example, we assume that your .html file is named mypage.html.
1. Run notepad (Start -> All Programs -> Accessories -> Notepad)
2. Click File -> Open and browse to the directory where mypage.html is located. Then select "All Files" from the Files of type drop down and open mypage.html.
3. Click File -> Save As and select "All Files" from the Save as type drop down and type in the File name, "mypage.php" and click Save. |
|