ПОмогите с этим
create_function(
'$matches',
'$array = array();'
'$dir = opendir("http://сайт.ru/$matches[1]/");'
'while ($file = readdir($dir)) {
if (($file != '.') && ($file != \"..\")) {
$array[] = $file;
}
}'
'closedir($dir);'
'$total = count($array);'
'$end = $start + $kmess;'
'for ($i = $start; $i < $end; $i++) {
$t = "<img src=\"http://сайт.ru/$matches[1]/1.gif\" /><br/>\;
}'
'return $t;'
)
Это как раз то что нужно..просто в экранировании ошибся где-то