Размер файла: 2.79Kb
<?
// ////// // // // //
// // // // ///// /////
///// \\ // // // // // // // // // // // //
// // \\ // // // // // // // // // ////// // //
// // \\ // // // // // // // // // // // //
///// \// ////// // // // // // ///// // //
// /////
//
/////////////////////////// [email protected] ///////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE); /////////////// игнорируем ошибки
header("Content-type:text/vnd.wap.wml;charset=utf-8"); //////// тип и кодировка документа
include 'dan.php';
include 'uzdan.php';
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
<wml><card id=\"mas\" title=\"$zag\"><p>";
///////////// выводим вмл заголовок
if($login != "" & $statys=="admin"){
$ss = @file("$rek/mat.txt");
$strok = sizeof($ss);
$x=0;
while($x<=$strok){
$textm=@file("$rek/mat.txt");
$mte[$x]=$textm[$x];
if($x==$dels){$mte[$x]="";}
$x=$x+1;}
$fp=@fopen("$rek/mat.txt","w");
@fputs($fp,"");
fclose($fp);
@chmod ("$rek/mat.txt", 0777);
$sh=0;
while($sh<=$x){
if($mte[$sh]!=""){$fp=@fopen("$rek/mat.txt","a");
@fputs($fp,"$mte[$sh]");
fclose($fp);}
$sh=$sh+1;}
print"Выполнено";
print"<br/><anchor title=\"ok\">К списку комнат
<go href=\"rum.php\" method=\"post\">
<postfield name=\"login\" value=\"$login\"/>
<postfield name=\"pas\" value=\"$pas\"/>
<postfield name=\"key\" value=\"$key\"/>
</go>
</anchor>
";
}
print "
<br/><br/><a href=\"$gl\">На главную</a><br/>
</p></card></wml>";
?>