I have just developed the very simple beginnings of a page with an iframe that accesses a database. Its a very simple database connection with a queryselect.
When testing this on my localserver (winxp pro, latest php, mySql). The page within the iframe returns this.
"The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:"
and the rest is blank.
But testing that page on its own (outside the iframe). It works fine. I can't understand why this is happening.
Any ideas??