$line7 = "
<td valign="top" align="RIGHT" width="170" height="25"> </TD>
<td valign="top" width="330" height="25"><input type="hidden" name="Submit" value="Login">
<input type="image" src="login.gif" alt="Click here!!!">
";
??
Ya... that's a hefty parse error there bub.
Get into a tempalte parser or sumtin...
but in the meantime...
$line7 = ('<td valign="top" align="RIGHT" width="170" height="25"> </TD>
<td valign="top" width="330" height="25"><input type="hidden" name="Submit" value="Login">
<input type="image" src="login.gif" alt="Click here!!!">');