ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] вопрос по PHP
@ 2004-06-26 14:21 Fateyev Grigory
  2004-06-27 21:18 ` Евгений Миленченко
  0 siblings, 1 reply; 4+ messages in thread
From: Fateyev Grigory @ 2004-06-26 14:21 UTC (permalink / raw)
  To: community

Здравствуйте!

Помогите понять где ошибся?
Скрипт читает каталог с фалами и выводит их по двадцать и формируются
ссылки 1 2 3 4 5 и т.д., выводит первую страницу и при нажатии на
следущие, выводятся опять первые 20 фотографий. 
По моему проблема в "for ($i=0; $i<$fotos_per_page; $i++)"? Но что не
так, я не понимаю.

if ($handle = @opendir("small")){
while (false !== ($file = readdir($handle))) 
 if ($file != "." && $file != "..") $filesarr[] = trim($file);
 $fotos_per_page = 20;
$total_pages = ceil(count($filesarr)/$fotos_per_page);
 if (($_GET['from']<1) || ($_GET['from']>$total_pages)) $_GET['from']=1;
for ($i=0; $i<$fotos_per_page; $i++)
 {
 echo "<img src='small/".$filesarr[$i]."' border=0><br><br>\n";
}
 for ($i=0; $i<$total_pages; $i++)
{
 if ($i==$_GET['from']) echo " $i ";
else echo " <a href='?from=".($i+1)."'>".($i+1)."</a> ";
 }
closedir($handle);
}

Спасибо!

-- 
Всего наилучшего!
greg@anastasia.ru Григорий.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-06-29  3:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-26 14:21 [Comm] вопрос по PHP Fateyev Grigory
2004-06-27 21:18 ` Евгений Миленченко
2004-06-28 15:18   ` Fateyev Grigory
2004-06-29  3:44     ` Re[2]: " php-coder

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git