Some sample php code works great, but using some other code with a phtml extension forces IE to open in location or save as... Is there an area to configure for web extensions?
No, php is a server-side application. If the webserver will send you the source-code, it isn't configured for the extension ".phtml".
You can't change anything in your IE ;-)
Is there a way to modify the server end to handle the phtml extension? Thanks.
In IIS 5.0 you can use the Configuration button under the Home Directory tab to add the .phtml extension. When you add .phtml, you can specify what program or .dll handles .phtml files.