Hi,
ich weiß das es hier schon mal gab aber leider find ich es nicht mehr.
Ich bin ein totaler Neuling im php-Bereich.
Parse error: syntax error, unexpected $end in
/usr/export/www/vhosts/funnetwork/hosting/moh2sfc/admin/admincenter.php on line
189
PHP-Code:
<li><a href="admincenter.php?site=gallery&part=groups"><?php echo $_language->module['manage_groups']; ?></a></li>
<li><a href="admincenter.php?site=gallery&part=gallerys"><?php echo $_language->module['manage_galleries']; ?></a></li>
</ul>
<?php } ?>
</div>
</td>
<td bgcolor="#2a2a2a" width="2" valign="top"></td>
<td bgcolor="#ffffff" width="786" valign="top">
<div class="pad"><?php
if(isset($site) && $site!="news"){
$invalide = array('\\','/','//',':','.');
$site = str_replace($invalide,' ',$site);
if(file_exists($site.'.php')) include($site.'.php');
else include('overview.php');
}
else include('overview.php');
?></div>
</td>
<td style="background-image:url(images/4.jpg);" width="5" valign="top"></td>
</tr>
<tr>
<td colspan="5"><img src="images/5.jpg" width="1000" height="7" border="0" alt="" /></td>
</tr>
</table>
<center><br />© 2002 - 2009 <a href="http://www.webspell.org" target="_blank" class="white"><b>webSPELL.org</b></a> & <a href="http://www.webspell.at" target="_blank" class="white"><b>webSPELL.at</b></a><br /> </center>
</body>
</html>
Unter HMTL soll es hin, aber leider weiß ich nicht was. Könnt ihr mir helfen?