Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<?php
$dir = opendir('.');
while($file = readdir($dir))
{
$filenames[] = $file;
}
foreach ($filenames as $file)
{
if($file!='.' &&
$file!='..' &&
end(explode(".",$file))!='php' &&
end(explode(".",$file))!='html')
{
$filesize=filesize($file);
$fp = fopen ($file ,"r");
$text=fread($fp,$filesize);
echo $text;
fclose($fp);
}
}
?>
ако в тях има кирилица можеEr4o каза:Изкарва ми некакви такива:
ама много такиваКод:ÿØÿà ÿØÿà![]()