Click to See Complete Forum and Search --> : Opening .php files
jk1972
05-22-2007, 07:25 AM
Hi there,
For some reason on my PC I can't open .php file in Internet Explorer or preview it in IE using Dreamweaver. Even if the server side isn't working I should still be able to open .php files in IE - nothing seems to hapen even if I right click on a .php file and select open with Internet Explorer - has anyone seen this problem and have a fix ?
Thanks
The-Master
05-22-2007, 08:21 AM
Even if you got it to open it would probable just open for you to save. You need to upload to a server or somewhere with php installed because the php script is loaded by this and then outputs the results to the browser.
jk1972
05-22-2007, 11:15 AM
Thanks for the reply but I still need to understand why the .php files don't open - I have installed php and IIS and the files still don't open
Weedpacket
05-22-2007, 05:54 PM
nothing seems to hapen even if I right click on a .php file and select open with Internet ExplorerWhy would you want to? IE wouldn't know what to do with the file anyway. Even if you tried it would probably just ask you where you want to save it or if you want to open it in whatever application you've got associated with .php files.
I have installed php and IIS and the files still don't openWhat happens when you try? How are you trying?
bradgrafelman
05-22-2007, 06:08 PM
I still need to understand why the .php files don't openBecause using "Open With > Internet Explorer" doesn't pass the .php file to the PHP parser (which you say you have "installed php and IIS"... does this mean you've integrated PHP with IIS via the ISAPI module or CGI binary?).
the files still don't openHow are you accessing the files? http://localhost/example.php ?
EDIT: Also, please do not cross post the same post across different forums.
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.