Why not just use this code:
<? while(TRUE) { mail("Our Special Friend",....); } ?>


"Vins" <[EMAIL PROTECTED]> wrote:
> <?php
> while($x != $count)
> {
>     mail(The Creap, $x)
>     $x++;
> }
> ?>
> Note there isn't a count variable....
> then the only person that can stop it is the system op on the free server.



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

Reply via email to