Re: [PHP] Problem with php and htmldoc

2001-07-22 Thread Justin Farnsworth
It is not exactly clear what you are doing. Are you buffering up the HTML file with ob_start, and then flushing the buffer after you run the buffer through htmldoc, that is, are you processing everything before into html before you flush out the page? If you are not buffering, then you probably

[PHP] Problem with php and htmldoc

2001-07-22 Thread Luis Lebron
I am currently having a problem with php and htmldoc. I have a php script that queries a myql database and creates a series of tables each with a 800 x 600 product screenshot. The file is then sent to htmldoc to be converted into a pdf file. Here is my problem, if I request ten records (screensho