Код: Выделить всё
$file = 'test.php';
Код: Выделить всё
It test
Код: Выделить всё
ob_start(); // start output buffer
include $file;
$template = ob_get_contents(); // get contents of buffer
ob_end_clean();
$template = preg_replace('/.*?/',
'', $template );
Скажите, пожалуйста где проблема?
Подробнее здесь: https://stackoverflow.com/questions/250 ... l-document
Мобильная версия