tai
23.04.2007, 12:21:12
hi leute,
ich habe folgendes problem mit einem php script
Fehlermeldung:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/export/www/hosting/d0o0s/forum/page.php on line 15
<?php
error_reporting(E_ALL);
$template = $_GET['action'];
//**** Eigene Seite *****
define("KILL_GLOBALS", 1);
define("IN_MYBB", 1);
require_once "./global.php";
require_once "./inc/functions_post.php";
add_breadcrumb("$template");
eval("?> " "\$code.=\"".$templates->get("$template")."\";" "<?php ");
?>
achja bitte nicht über das $templates->get("$template") wundern is für mybb
ich habe folgendes problem mit einem php script
Fehlermeldung:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/export/www/hosting/d0o0s/forum/page.php on line 15
<?php
error_reporting(E_ALL);
$template = $_GET['action'];
//**** Eigene Seite *****
define("KILL_GLOBALS", 1);
define("IN_MYBB", 1);
require_once "./global.php";
require_once "./inc/functions_post.php";
add_breadcrumb("$template");
eval("?> " "\$code.=\"".$templates->get("$template")."\";" "<?php ");
?>
achja bitte nicht über das $templates->get("$template") wundern is für mybb