PDA

View Full Version : PHP PHP Framesets



jbig
January 12th, 2009, 02:54 AM
I've been having this strange problem with a current web project I"m working on. I am using framesets and implementing .php pages for both frames. The basic framework is a splash page that leads to the index with the framesets. Testing locally and onto my server, the page works. However, when I upload it to the client's host, after I click the splash page, the browser asks if I want to download the .php files from the framesets.

I'm assuming this is a hosting problem, but is there a common problem that I am unware that has to due with PHP and framesets?

simplistik
January 12th, 2009, 08:48 AM
It sounds like the host may not support PHP

Charleh
January 12th, 2009, 11:23 AM
If the host doesnt have PHP configured correctly or installed the file type wont be recognised and therefore will be served as a download instead of pre-processed so the problem is most definitely the host.

It may be that the PHP config is incorrect as Ive had the problem before on my local machine (my PHP isapi mapping was removed accidentally)