Forum Webscript.Ru

Программирование => PHP => Тема начата: norden от 19 Сентября 2003, 09:41:58

Название: include() to file
Отправлено: norden от 19 Сентября 2003, 09:41:58
Sorry, za translit - kirillizu w Linuxe eshe ne nastroil. Podskazhite, pozhalujsta, kak sdelat tak, 4tobi resuktati funkzii include() ne wiwodilis\' srazu na ekran, a sohranjalas sna4ala w peremennuju? Spasibo
Название: include() to file
Отправлено: Metaller от 19 Сентября 2003, 09:49:03
ob_start и тд..
Название: include() to file
Отправлено: Tronyx от 19 Сентября 2003, 15:18:38
ob_start();
include(\'some_file.php\');
$var=ob_get_contents();
ob_end_clean();