Hi Friends I’m using PWS under windows98 and http://kurkmen/adminshowall.php?k=$tot usage is not accepted.My aim is to display 5 images per page for example. $totalrows is the number of records in the database.
$tot=0; $idx=1; while($tot < $totalrows){ echo("<a href=\"http://kurkmen/adminshowall.php? k=$tot\" >$idx </a> "); $idx++; $tot+=5; } How can I post the page numbers in PWS? __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php