Tristan Pretty wrote:
Ok, here's my code that I want to pick a random line from a text file, and then mail myself 10 times with a different line each time...
But It simply won't work...
Anyone know why?


...
while (2 > $i) {
...


Seems that this "while"-loop will execute only 2 times.. not 10. Maybe this is the reason.


--
Pavel a.k.a. Papi

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



Reply via email to