I don't see what's wrong with this if statement:------------------------------------^
while ... and ... { if (($pic_num + 1) <= $thumb_num {
You're missing a closing parentheses...
$tab = ((($pics * $page) - 1) + $pic_num); }
Error unexpected ";" on the last line there.
I added some extra () to make sure I had everything together & not two statements or something odd like that. The while loop above works with the if statement removed.
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php