|
You should be able to convert the file into php by just changing the extension. Windows hides file extensions by default, so that a file "myfile.txt" will only read "myfile". And so, a file "myfile.php.txt" will only read "myfile.php". There should be on option where you can turn this "feature" off. Don't quite remember where though. Try the menu "Tools -> Folder configuration" or something similar (don't know the actual menu alternatives) and there should be a checkbox which says to hide known file extensions.
When it is turned off, your file should read the full name "myfile.txt" and you can change the txt bit into php, whereas Windows will probably warn you and ask if you really want to change the extension. After the change, you should be good to go.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|