>I don't see what's wrong with this if statement:
>
>while ... and ... {
>   if (($pic_num + 1) <= $thumb_num {
>      $tab = ((($pics * $page) - 1) + $pic_num); }

Looks like you need an editor that's syntax-aware.
May I recommend: jEdit, BBedit, UltraEdit?

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to