My computer has forgotten how to open PHP files??
#1
My computer has forgotten how to open PHP files??
When I try to get into a webmail application, I get a dialog box asking me if I want to save the file, open the file, etc. It says the file is a PHP file.
It used to just open it in IE so I could check webmail. Now it launches Dreamweaver (a blank document). I changed the file type association back to IE and it just opens a blank doc after it appears to DL a PHP file.
Can anyone shed some light on this?
I made no changes to any software. This "new" behavior just started happening on it's own.
It used to just open it in IE so I could check webmail. Now it launches Dreamweaver (a blank document). I changed the file type association back to IE and it just opens a blank doc after it appears to DL a PHP file.
Can anyone shed some light on this?
I made no changes to any software. This "new" behavior just started happening on it's own.
#3
PHP is a server side scripting language.
so you CANNOT open a PHP file on your side, unlike javascripting.
the server you are on, is messed up. when you open a page that has PHP code in it - whether the file ends in .HTM or .PHP (PHP can be embedded into an HTML file with no problems) - the webserver is supposed to parse that file and hand it off to the PHP module (usually runs with APACHE webserver) and it then processes the code.
which then turns the PHP code into normal HTML code which your browse can display...
so you CANNOT open a PHP file on your side, unlike javascripting.
the server you are on, is messed up. when you open a page that has PHP code in it - whether the file ends in .HTM or .PHP (PHP can be embedded into an HTML file with no problems) - the webserver is supposed to parse that file and hand it off to the PHP module (usually runs with APACHE webserver) and it then processes the code.
which then turns the PHP code into normal HTML code which your browse can display...
#4
correction, you cannot execute a PHP file on your local side, unless you also have a web server running.
or you can run PHP interactively.
but again, i think something is wrong on the web server you are trying to get to...
what is it anyways?
or you can run PHP interactively.
but again, i think something is wrong on the web server you are trying to get to...
what is it anyways?
Trending Topics
Thread
Thread Starter
Forum
Replies
Last Post



