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

.
CODEpRo

учимся асе
<?php

define('_IN_JOHNCMS', 1);
$textl = 'Заголовок скрипта';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");


ПХП код скрипта


echo $file;
require_once ("../incfiles/end.php");

?>