I have a T_STRING error on line 101
line 99: echo("
line 100: <form name=name=add_new action=http://www.nwaoftexas.com/bm_pro/edit_prop.php?prop_id=$var enctype = \"multipart/form-data\" method=post><table id="second" width="600" align="center">
line 101: <tbody>
line 102: <tr>
line 103: <td align="center"><img alt="" src="logosoft2.jpg" /> </td></tr>
line 104: <tr>
line 105: <td class="heading" align="center"><a href="/bm_pro/index.php">Home</a> | <a href="/bm_pro/brochure.php?&prop_id=$var">Create Brochure</a> | <a href="/bm_pro/printsales.php?prop_id=$var">Print Sales Contract</a> | <a href="/bm_pro/printaq.php?prop_id=$var">Print Aquisition Contract</a> | <a href="/bm_pro/del_prop.php?prop_id=$var">Delete Property</a> </td></tr></tbody></table>
line 106: <table id="second" width="600" align="center">
.
.
.
.
.
; // terminates echo
I have a feeling that it's not in line 101 as it says. But the only thing I touched was line 105, but then switched it back because there was an error. And I still have the same error after I revert to the old code. I may have touched something in the code that I wasn't aware of.
Maybe you guys can see what I'm not seeing. I really appreciate your help.