What's the error in below code: I'm getting the error as below:
PHP Parse error: syntax error, unexpected T_STRING in pdf_test_question_paper.php on line 38
$header_html = '<table border="0" width="100%" cellpadding="0" cellspacing="0" style="font-size:12px; font-family:verdana;">
<tr>
<td><img src="http://www.example.com/upload_media/coaching/logo/display/".$coaching_details['coach_inst_logo_name']." width="198"></td>
<td>
<h2 style="margin:0;padding:0;">Jumbo Exam Easing your Exam Preparation</h2>
<span>$coaching_address</span>
</td>
</tr>
<tr><td colspan="2"><hr style="background-color: #000000;height:1px;border:1px;"/></td></tr>
</table>';
Any help would be greatly appreciated.