Постраничная навигация? - 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) Wed, 18 Dec 2024 22:51:56 +0300 <pre class="prettyprint">&lt;?php require_once (&quot;includes/start.php&quot;); require_once (&quot;includes/functions.php&quot;); require_once (&quot;includes/header.php&quot;); if (isset($_GET&#91;&#039;start&#039;])) { $start = abs(intval($_GET&#91;&#039;start&#039;])); } else { $start = 0; } $file = file(&quot;file.txt&quot;); $total = count($file); if ($start &lt; 0 || $start &gt;= $total) { $start = 0; } if ($total &lt; $start + 5) { $end = $total; } else { $end = $start + 5; } for ($i = $start; $i &lt; $end; $i++) { $data = explode(&quot;&#58;|&#58;&quot;, $file&#91;$i]); echo $data&#91;0].&#039; &amp; &#039;.$data&#91;1].&#039; &amp; &#039;.$data&#91;2].&#039;&lt;br /&gt;&#039;; } page_strnavigation(&quot;red.php?&quot;, 5, $start, $total); ?&gt;</pre> файл file.txt для этого должен иметь вид:<br> 1|2|3|<br> 4|5|6|<br> 7|8|9| и т.д.<br> <br> лучше б учебник почитал, чем просить готовый код, лишь когда что-то не получается, то задавай вопросы, здесь с удовольствием ответят <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> из того, что я привел, ты не смыслешь даже что выполняет цикл for. когда ты вновь решишь внести изминения, то сразу побежишь за ответом на форум. сперва суть б уловил куска кода <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> не в обиду https://visavi.net/topics/17071/296115 Постраничная навигация? Виталий Wed, 29 Dec 2010 18:00:38 +0300 Сообщения https://visavi.net/topics/17071/296115 25. <strong>CUl5-AJIb9lHC</strong>, Брат а чтоб из файла текст читал и чтоб выводил определённое количество строк,это как надо cделать? https://visavi.net/topics/17071/296102 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 17:40:43 +0300 Сообщения https://visavi.net/topics/17071/296102 <pre class="prettyprint">&lt;?php require_once (&quot;includes/start.php&quot;); require_once (&quot;includes/functions.php&quot;); require_once (&quot;includes/header.php&quot;); if (isset($_GET&#91;&#039;start&#039;])) { $start = abs(intval($_GET&#91;&#039;start&#039;])); } else { $start = 0; } $array = array(&quot;a&quot;, &quot;c&quot;, &quot;v&quot;, &quot;n&quot;, &quot;h&quot;, &quot;r&quot;, &quot;g&quot;, &quot;n&quot;, &quot;y&quot;, &quot;b&quot;, &quot;j&quot;, &quot;w&quot;, &quot;end&quot;); $total = count($array); if ($start &lt; 0 || $start &gt;= $total) { $start = 0; } if ($total &lt; $start + 5) { $end = $total; } else { $end = $start + 5; } for ($i = $start; $i &lt; $end; $i++) { echo $array&#91;$i].&#039;&lt;br /&gt;&#039;; } page_strnavigation(&quot;red.php?&quot;, 5, $start, $total); ?&gt;</pre> скопируй и все сам увидешь что именно тебе я объяснял https://visavi.net/topics/17071/296096 Постраничная навигация? Виталий Wed, 29 Dec 2010 17:30:34 +0300 Сообщения https://visavi.net/topics/17071/296096 23. <strong>CUl5-AJIb9lHC</strong>, вот <a href="http://wmaster.h2m.ru/new/comments.php" target="_blank" rel="nofollow">http://wmaster.h2m.ru/new/comments.php</a><br> <br> <em><span style="font-size:x-small">Добавлено через 02:11 сек.</span></em><br> 23. <strong>CUl5-AJIb9lHC</strong>, Точнее как разбить на страницы? https://visavi.net/topics/17071/296094 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 17:20:55 +0300 Сообщения https://visavi.net/topics/17071/296094 покажи ссыль, я гляну <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> как понять &quot;навигатор&quot;??? https://visavi.net/topics/17071/296093 Постраничная навигация? Виталий Wed, 29 Dec 2010 17:17:06 +0300 Сообщения https://visavi.net/topics/17071/296093 21. <strong>CUl5-AJIb9lHC</strong>, Извени всё нормально,но страница очень большая,как настроить навигатор? https://visavi.net/topics/17071/296089 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 17:10:42 +0300 Сообщения https://visavi.net/topics/17071/296089 не знаю <img src="https://visavi.net/uploads/stickers/smile.gif" alt="smile"> у меня не выдало никаких ошибок, да и по сути не должно быть ошибок совсем! какую ошибку выдает? https://visavi.net/topics/17071/296086 Постраничная навигация? Виталий Wed, 29 Dec 2010 17:05:10 +0300 Сообщения https://visavi.net/topics/17071/296086 Какая тут может быть ошибка if (isset( $_GET [ &#039;start&#039; ])) ???<br> <br> &lt;?php require_once ( &quot;../includes/start.php&quot; ); require_once ( &quot;../includes/functions.php&quot; ); require_once ( &quot;../includes/header.php&quot; ); include_once ( &#039;../themes/&#039; . $config [ &#039;themes&#039; ] . &#039;/index.php&#039; ); <br> if (isset( $_GET [ &#039;start&#039; ])) { $start = abs ( intval ( $_GET [ &#039;start&#039; ])); } else { $start = 0 ; } $array = array ( &quot;art-Block-bc&quot; , &quot;art-Block-lc&quot; ); $total = count ( $array ); if ( $start &lt; 0 || $start &gt;= $total ) { $start = 0 ; } if ( $total &lt; $start + 10 ) { $end = $total ; } else { $end = $start + 10 ; } for ( $i = $start ; $i &lt; $end ; $i ++) { echo &#039;&lt;div class=&quot;&#039; . $array [ $i ]. &#039;&quot;&gt;&lt;/div&gt;&#039; ; } page_strnavigation ( &quot;red.php?&quot; , 10 , $start , $total ); include_once ( &#039;../themes/&#039; . $config [ &#039;themes&#039; ] . &#039;/foot.php&#039; ); ?&gt; https://visavi.net/topics/17071/296004 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 14:57:43 +0300 Сообщения https://visavi.net/topics/17071/296004 <blockquote class="blockquote"><strong>ZipeR</strong> (29 Декабря 2010 / 14:28)<br> <img src="https://visavi.net/uploads/stickers/klass.gif" alt="klass"> это плохо</blockquote> отрицательный голос <img src="https://visavi.net/uploads/stickers/D.gif" alt="D"> https://visavi.net/topics/17071/295993 Постраничная навигация? Виталий Wed, 29 Dec 2010 14:36:35 +0300 Сообщения https://visavi.net/topics/17071/295993 <img src="https://visavi.net/uploads/stickers/klass.gif" alt="klass"> это плохо https://visavi.net/topics/17071/295987 Постраничная навигация? ZipeR Wed, 29 Dec 2010 14:28:41 +0300 Сообщения https://visavi.net/topics/17071/295987 15. <strong>CUl5-AJIb9lHC</strong>, спасибо огромное,сроду бы недогадался,потому что я тупарь https://visavi.net/topics/17071/295985 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 14:27:28 +0300 Сообщения https://visavi.net/topics/17071/295985 <a href="http://php.su/articles/?cat=examples&amp;page=062" target="_blank" rel="nofollow">http://php.su/articles/?cat=examples&amp;page=062</a> https://visavi.net/topics/17071/295981 Постраничная навигация? ZipeR Wed, 29 Dec 2010 14:25:38 +0300 Сообщения https://visavi.net/topics/17071/295981 <pre class="prettyprint">&lt;?php require_once (&quot;includes/start.php&quot;); require_once (&quot;includes/functions.php&quot;); require_once (&quot;includes/header.php&quot;); if (isset($_GET&#91;&#039;start&#039;])) { $start = abs(intval($_GET&#91;&#039;start&#039;])); } else { $start = 0; } $array = array(&quot;art-Block-bc&quot;, &quot;art-Block-lc&quot;, и т.д.); $total = count($array); if ($start &lt; 0 || $start &gt;= $total) { $start = 0; } if ($total &lt; $start + 10) { $end = $total; } else { $end = $start + 10; } for ($i = $start; $i &lt; $end; $i++) { echo &#039;&lt;div class=&quot;&#039;.$array&#91;$i].&#039;&quot;&gt;&lt;/div&gt;&#039;; } page_strnavigation(&quot;red.php?&quot;, 10, $start, $total); ?&gt;</pre> вставь себе нужное https://visavi.net/topics/17071/295979 Постраничная навигация? Виталий Wed, 29 Dec 2010 14:23:37 +0300 Сообщения https://visavi.net/topics/17071/295979 12. <strong>CUl5-AJIb9lHC</strong>, выложил https://visavi.net/topics/17071/295976 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 14:22:04 +0300 Сообщения https://visavi.net/topics/17071/295976 &lt;?php<br> require_once (&#039;includes/start.php&#039;);<br> require_once (&#039;includes/functions.php&#039;);<br> require_once (&#039;includes/header.php&#039;);<br> include_once (&#039;themes/&#039;.$config[&#039;themes&#039;].&#039;/index.php&#039;);<br> echo &#039;&lt;div class=&quot;divb&quot;&gt;Мини чат&lt;/div&gt;&lt;br&gt;&lt;br&gt;<br> &lt;div class=&quot;art-Block-tl&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-tr&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-bl&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-br&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-tc&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-bc&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-cl&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-cr&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-cc&quot;&gt;&lt;/div&gt;<br> &lt;div class=&quot;art-Block-body&quot;&gt;<br> &lt;div class=&quot;art-BlockContent&quot;&gt;<br> &lt;div class=&quot;art-BlockContent-body&quot;&gt;&lt;div&gt;&#039;;<br> include &#039;data.txt&#039;;<br> page_strnavigation(&quot;red.php?&quot;, 10,$start, $total);<br> ?&gt;<br> &lt;/div&gt;<br> &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;<br> &lt;form action=&quot;script1.php&quot; method=&quot;post&quot;&gt;<br> &lt;!-- поле text --&gt;<br> &lt;!-- визуальный размер установлен в 40 символов --&gt;<br> &lt;input type=&quot;text&quot; name=&quot;text&quot; size=&quot;20&quot; value=&quot;Ваш ник:&quot;&gt;&lt;br<br> /&gt;<br> &lt;!-- поле textarea --&gt;<br> &lt;!-- длина - 30 символов, ширина - 5 символов --&gt;<br> &lt;textarea name=&quot;textarea&quot; cols=&quot;30&quot;<br> rows=&quot;5&quot;&gt;&lt;/textarea&gt;&lt;br /&gt;<br> &lt;!-- кнопка посыла запроса --&gt;<br> &lt;input type=&quot;submit&quot;&gt;<br> &lt;/form&gt;<br> <br> <br> &lt;?php<br> include_once (&#039;themes/&#039;.$config[&#039;themes&#039;].&#039;/foot.php&#039;);<br> ?&gt; https://visavi.net/topics/17071/295961 Постраничная навигация? Rasmus-Lerdorf Wed, 29 Dec 2010 14:06:11 +0300 Сообщения https://visavi.net/topics/17071/295961