Anyone help me check my coding.The error will be undefined variable of "$ptitle".
//undefined variable $msg.
Code:
<textarea name="ptitle" cols="100" rows="3" class="txt_blacknormal" id="ptitle"><?php echo $ptitle; ?></textarea>
Code:
<?php
if ($msg != '')
{
echo "<tr>
<td class=\"text9\"><div align=\"right\"><span class=\"txt_redrequired\"> </span> </div></td>
<td height=\"26\" colspan=\"3\" class=\"text8\"><div align=\"left\"><em class=\"txt_redrequired\">$msg</em></div></td>
</tr>
<tr><td> </td>
</tr>";
}?>
Comment