not a problem. i actually WAS getting readable PDF output (yay!) BUT
it wasn't parsing the variables in template.php, thus the ob_start();
section.
in the template.php file, there is no 'closing php tag'. all the code
posted above is ALL the code. (but i will keep it in mind for the
final release as it will have footers included.)
to recap, this is THE ENTIRE file:
<!DOCTYPE HTML>
<html>
<meta>
<head>
<meta charset="utf-8">
<link href="thisPage.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1><?php echo $_SESSION['someTitle'] ?></h1>
<p>wouldn't it be nice, <?php echo $_SESSION['someName'] ?></
p>
</body>
</html>
and i checked, there is nothing at the end of the file after the
closing </html> tag. :P nuts. was hoping that was it.
WR!
ps: off to grab a bite. be back in an hour or so. another long day,
but gotta get this nailed down. :D you're helping more than you
know. thanks.