* Thus wrote Amanda McComb ([EMAIL PROTECTED]):
> I have a page that queries the database then uses the data to build an
> excel spreasheet.  THat spreadsheet is downloaded according to info in the
> headers.  My manager wants to put the page inside of another HTML page to
> make it prettier, but then it breaks because headers are already written
> (it's included in the other HTML page).  It works fine on it's own, but
> he really wants it in that page.  He wants to know if there is a
> way to trick it into working.

If I understand this corretly you want the page to be like:

   [html stuff]
   [excel spreadsheet]
   [html stuff]

The only way to do this is using iframes or somthing  similar to
that. You dont have to touch your php script at all.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to