Mam mały problem.
Ktoś mi podpowie jak poprawić ten kod tak aby wyświetlało tekst:
$content = ' <?php require_once \'inc/config.inc.php\'; $lang_file = "$lang.lang.php"; require_once "lang/$lang_file"; require_once \'inc/allfunctions.inc.php\'; $PHP_SELF = getnamefile(); if (!IsSet($_SESSION[\'actual_lvl\'])) { $_SESSION[\'actual_lvl\'] = 1; } ?><?php switch($_SESSION[\'actual_lvl\']): ';
Chodzi o wyświetlenie <?php.
Pozrdawiam,
mlawnik