wenn ich dieses Modul (Output):
Code: Alles auswählen
<?php
echo '
<table width="180" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" width="60" valign="top" class="fließtext">Anmelden</td>
<td align="center" width="60" valign="top" class="fließtext">Info</td>
<td align="center" width="60" valign="top" class="fließtext">Drucken</td>
</tr>
<tr>
<td align="center" width="60" valign="top" height="10"></td>
<td align="center" width="60" valign="top" height="10"></td>
<td align="center" width="60" valign="top" height="10"></td>
</tr>
<tr>
<td align="center" width="60" valign="top">
<form method="post" action="front_content.php?idcat=49&idart=35">
<input type="image" name="Submit" src="images/anmelden.gif" alt="Anmelden width="44" height="44"
border="0">
<p>
<input type="hidden" value="'.addslashes(urlencode("CMS_TEXT[1]")).'" class="button" name="Kursname" />
</p>
</form>
</td>
<td align="center" width="60" valign="top">
<form method="post" action="front_content.php?idcat=49&idart=36">
<input type="image" name="Submit" src="images/infomaterial.gif" alt="Infomaterial width="44" height="44"
border="0">
<p>
<input type="hidden" value="'.urlencode("CMS_TEXT[1]").'" name="Infomaterial" />
</p>
</form>
</td>
<td align="center" width="60" valign="top">
/* ** Seit ich diesen Druckbutton reingebaut habe gibt es das Problem ** */
<form method="post" name="drucken" target="_blank" action="print.php">
';
if (!$contenido){
echo '
<input name="print_html1" type="hidden" id="print_html1" value="CMS_TEXT[1]">
<input name="print_html2" type="hidden" id="print_html2" value="CMS_HTML[3]">
<input name="print_html3" type="hidden" id="print_html3" value="CMS_TEXT[2]">
<input name="print_html4" type="hidden" id="print_html4" value="CMS_TEXT[3]">
<input name="print_html5" type="hidden" id="print_html5" value="CMS_TEXT[4]">
<input name="print_html6" type="hidden" id="print_html6" value="CMS_TEXT[5]">
<input name="print_html7" type="hidden" id="print_html7" value="CMS_HTML[8]">';
}
echo '
<input type="image" value="drucken" src="images/drucken.gif" alt="Druckansicht" border="0" width="44" height="44"><br>
</form>
</td></tr>
</table>
'."\n";
?>
Code: Alles auswählen
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /home/profess/public_html/html/contenido/includes/include.con_editcontent.php(644) : eval()'d code on line 947

gruß vince