I try to save HTML/PHP files with the .php extension, but when I open the files it shows me filename.php.txt. How can I make notepad save these files as .php?
Jeff Fabish 2011-11-28 06:02:00 Hi Rishi,You have two options. Either rename the file and remove the .txt or save the file directly as .php. To save the file as PHP (and only php), in the Save File Dialog in "Save As Type" select "All files" and name it "whatever.php". - Jeff Jay 2011-11-28 05:29:00 1.using quotes in filename from notepad while saving it as php might help.else2. go to the folder where the file is stored.and rename the file as php (remome.txt so it will be file name.php) unhide file extensions from folder options, if it is causing any problem. Jay 2011-11-28 06:50:00 see how double quotes worked in the image when i tested it.see red areas.u.php.txt is how you did it.put it in quotes and save it.(the file is on desktop before being save is because captured the screenshot after i saved the file, just to show.)