I apologize if I asked this question before - I may have.
I am hearing two sides to this issue:
- .php files WILL display in a web browser
- .php files will NEVER display in a web browser
I find this very confusing. I am watching video tutorials and people are creating then saving a file as .php (which primarily contains html with a bit of php also). They then display the .php page in their browser.
When I try renaming a .html file to .php and load it, the entire page is blank and no source code is available.
I realize that .php is server-side, but how are people getting this to run in this manner?
I need to be able to convert a .html file to .php and run it.
Thanks,
Matthew