Просмотр поста

.
L!MP
Screamer (04.04.2011/17:21)
Код:
define('_IN_JOHNCMS', 1);
require_once ('../incfiles/core.php');
require_once ('../incfiles/func.php');
$textl = 'Праздники';
require_once ('../incfiles/head.php');

chdir('../cache
Код: [php] define('_IN_JOHNCMS', 1); require_once ('../incfiles/core.php'); require_once ('../incfiles/func.php'); $textl = 'Праздники'; require_once ('../incfiles/head.php'); chdir('../cache/'); if ($filename = fopen('1.txt','w')) { echo 'Файл создан!'; } else { echo 'Ошибка при создании файла!'; } $text = 1; fwrite($filename, serialize($text)); fclose($filename); require_once ('../incfiles/end.php');