Постраничная навигация - Visavi.net
https://visavi.net/
RSS - Visavi.net
https://visavi.net/assets/img/images/logo_small.png
RSS - Visavi.net
https://visavi.net/
[email protected] (admin)
[email protected] (admin)
Sun, 22 Dec 2024 19:11:53 +0300
-
Здравствуйте это конечно вопрос не новый но ничего подходящего пока не нашел для себя,..<br>
помогите сделать постранично<br>
<br>
В папке есть файлы 1.php 2.php 3.php 4.php <br>
файл содержит <br>
<pre class="prettyprint">
$page_title = '';
$page_h1 = '';
$page_descr = '';
$page_keyws = ' ';
$page_4menu = '';
$page_id = '1';
$page_content = <<< EOT
текст
EOT;
</pre>
<br>
вывожу файлы так <br>
<br>
<pre class="prettyprint">
$articles = glob("../data/content/*");
if(!$articles) echo ('Нет ни одной страницы...');
else
{
foreach($articles as $article)
{
$content=file_get_contents($article);
preg_match("|\/content\/(.*).php|Ui", $article, $matches);
$file_id=$matches[1];
preg_match("|page_4menu = '(.*)\'\;|Ui", $content, $matches1);
$page_4menu=$matches1[1];
preg_match("|page_title = '(.*)\'\;|Ui", $content, $matches2);
$page_title=$matches2[1];
if ($file_id != start )
{
echo '<tr style="background-image: url(skin/image/bottom.jpg);">
<td><p style="margin:3px;">'.$file_id.'</p></td>
<td>&nbsp;'.$page_4menu.'</td>
<td>&nbsp;'.$page_title.'</td>
<td><a href=edit.php?id='.$file_id.'><img src=skin/image/b_edit.png title="Редактировать"></a></td>
<td>'."<a href=# onclick=\"confirmation('$file_id')\"><img src=skin/image/b_drop.png title=\"Удалить страницу\"></a></td></tr>";
}
}
}
</pre>
https://visavi.net/topics/43770/697631
Постраничная навигация
bridun
Mon, 23 Oct 2017 16:07:29 +0300
Сообщения
https://visavi.net/topics/43770/697631