Please help me to find the solution thanks.. And this is my line 35.
INVOICE
    <div id="identity">
    <h6 id="customer-title"><?php echo $row['name']; ?></h6><br /><br />    
        <h6 id="address"><?php echo $row['adrs']; ?> 
    Phone: <?php echo $row['phone']; ?></h6>    
 
    
– Dhanush Gowda Apr 26 '15 at 14:23