[EMAIL PROTECTED] wrote:
Hello NYPHP,

  I have an array that has 13000 email addresses. For now, its in the
  script but will be in a database table eventually. It is a list of
  known bad guys.

  I have a database table with 9000 records and one of the fields is
...
  Anyone have a better idea for doing this task?

  TIA for any help.


The previous replies are all good suggestions to help you logically solve the task. If you want to avoid the timeout, put a "set_time_limit (0);" at the top of the script. I try to run all these processing type scripts under the command line interface because some browsers, I believe, will timeout after a set period anyway.

~Rolan
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to