Parse error: syntax error, unexpected '<' in /usr/export/www/vhosts/funnetwork/hosting/forenxchange/index.php on line 21
Könnte mir bitte einer sagen was das zu bedeuten hat den die line 21 ist eine Leerzeile wie ihr hier seht:
Danke schonmal im Vorraus<?php
define('IN_PHPBB', true);
$phpbb_root_path = 'forenxchange.fo.funpic.de/phpBB2/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
$page_title = 'Meine Seite';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
<form action="login.php" method="post">
Benutzername: <input type="text" name="username"><br>
Passwort: <input type="password" name="password"><br>
Autologin? <input type="checkbox" name="autologin"><br>
<input type="hidden" name="redirect"
value="meine_homepage.php">
<input type="submit" name="login" value="Login">
</form>
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>