problem with generating PDF and session_start()
Posted
by gillian
on Stack Overflow
See other posts from Stack Overflow
or by gillian
Published on 2010-04-11T07:22:01Z
Indexed on
2010/04/11
7:23 UTC
Read the original article
Hit count: 170
php
|pdf-generation
Hi All,
I've been using PDF class produced by R&OS successfully in a number of recent developments. I'd like to use it in a page that performs a database query before generating a PDF (it's basically a summary of the session, so I'm using session_id() as part of the query)
All is fine if I run this in Firefox - not fine in IE. I think the loading of session_start() is doing something with headers that's upsetting IE as it appears unable to load the page (comment off session_start and the page loads fine).
I'm getting a little concerned as, on further investigation, it appears that R&OS is not supported ... bad newbie learning experience and I really don't want to have to try adopt another class system this late in the day.
Have you any thoughts as to what I could try next? Thankx G
© Stack Overflow or respective owner