Hey,

> Just change the echo to an fwrite.
> 
> for($j = 0; $j < 100; ++$j) {
>  if($pics[$i * 100 + $j]) {
>    fwrite($handle, '<img src="'.$pics[$i * 100 +
> $j].'"/><br/>');
>  }
> }


Works like a charm, thanks a million.
-Mag

=====
------
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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

Reply via email to