I downloaded a file which is in PHP file, when use to open it with word or note pad?

Mujahid

New member
I downloaded a file which is in PHP file, when use to open it with word or note pad it will show some mixed languges . Can any one help to open in English.
 
anyfile.php is the end result of a remote php compiler producing a document for display on the web.

The php file be in a html format.

The actual php file that generates the anyfile.php will look much different from the compiled one you can see and download.
 
You may need PHP on your computer, or you can upload it to a free server to view the page... php works different than HTML and opening it in html may cause it to not display correctly... of corse, if the creator did not add any php code to the file ("<? ... ?>") then it would display correctly!
 
Back
Top