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.
staf каза:Искам да изкарам последните 5 файла но нищо не изкарва
<?
$i=$num-5;
for ($i=$broi; $i<$num{
if (is_file("../novini-post/".$i.".html")) {
include "../novini-post/".$i.".html";
echo "<br>";
}
}
?>
staf каза:Искам да изкарам последните 5 файла но нищо не изкарва
<?
$i=$num-5;
for ($i=$broi; $i<$num; ){
if (is_file("../novini-post/".$i.".html")) {
include "../novini-post/".$i.".html";
echo "<br>";
}
}
?>
<?
$broi=$num-5;
for ($i=$broi; $i>$num;$i--)
{
if (is_file("../novini-post/".$i.".html"))
{
include "../novini-post/".$i.".html";
echo "<br>";
}
}
?>