should be
if (($pic_num + 1) <= $thumb_num) {

Paul, with PHP the Parsers error is usally above the line number that's actually reffered to.


Paul Furman wrote:


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); }

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.




--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 150 KB | with progress bar.

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



Reply via email to