I'm trying to comment out the snippet between ~/**********/~ in the below code inside of a php function:
$photobody[]="<tr><td colspan=\"".$cols."\">
<table width=\"100%\" border=\"0\">
<tr><td width=\"33%\">
<div align=\"left\" class=\"caption\">".$prev."</div></td>
<td width=\"33%\">
~/***** <div align=\"center\" class=\"caption\">Photos
<strong>".($photonum-(($rows*$cols)-1))."</strong> to
<strong>".$endnum."</strong> of
<strong>".count($photos)."</strong>
<br />".$photopage."</div> ****/~
</td><td width=\"33%\">
<div align=\"right\" class=\"caption\">".$next."</div></td></tr></table></td></tr>";
Having some difficulty. Is there something that I need to escape to get that section to comment out? Little help. Thanks.