when using dompdf it showing the following error….......
A PHP Error was encountered
Severity: Warning
Message: Division by zero
Filename: lib/class.pdf.php
Line Number: 4664
Unable to stream pdf: headers already sentHow to solve this one…please reply??????
My View page
<html>
<head>
<title>Untitled Document</title>
<style type="text/css">
.style2 {
font-size: 24px;
color: #FFFFFF;
}
.style4 {
font-size: 24px;
font-weight: bold;
}
.style5 {font-size: 24px; font-weight: bold; color: #FFFFFF; }
</style>
</head>
<body>
<table width="595" height="842" border="1" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="83" bgcolor="#A42A2A"><span class="style4">
</span>
<div align="center" class="style5">Logo</div></td>
</tr>
<tr>
<td height="83" bgcolor="#A42A2A"><span class="style4">
</span>
<div align="center" class="style5">Coupons</div></td>
</tr>
<?php
if(isset($coupondetail))
{
for($i=0;$i<count($coupondetail);$i++)
{
?>
<tr>
<td> <img >photo ; ?>" border="0" 108%;"></td>
</tr><?php }} ?>
</table>
</body>
</html>