и что будет в is_file_good? =))))
SeazoN Guest 22 Окт 2002 #42 )) Помоему достаточно простой алгоритм. PHP: function is_file_good($file='default') { $file = preg_replace("[.*\\/]", "", $file); if(is_file('./'.$file.'.php') ) return true; else return false; }
)) Помоему достаточно простой алгоритм. PHP: function is_file_good($file='default') { $file = preg_replace("[.*\\/]", "", $file); if(is_file('./'.$file.'.php') ) return true; else return false; }