САРСУКhttp://softtime.ru/forumКак сделать постраничную навигацию и отсортировать результат?http://softtime.ru/forum/read.php?id_forum=1&id_theme=57764вот скрипт $path=$_SERVER; $folder=dirname($path); $themes_open=opendir($_SERVER.$folder.'/___themes___'); chdir($_SERVER.$folder.'/___themes___'); while ($themes_read=readdir($themes_open)) { if($themes_read=="." or $themes_read==".." or is_file($themes_read)){} else { $themes_title=$_SERVER.$folder.'/___themes___/'.$themes_read.'/title.dat'; $themes_author=$_SERVER.$folder.'/___themes___/'.$themes_read.'/author.dat'; $themes_date=$_SERVER.$folder.'/___themes___/'.$themes_read.'/date.dat'; $themes_status=$_SERVER.$folder.'/___themes___/'.$themes_read.'/status.dat';...Форум PHPFri, 12 Sep 2008 17:05:56 +0300САРСУК