Hi,
heres what I have to do and how I'm trying to do it:

1.Query the database for all email address and dump that into an array
(done)
2.Email all the people in from that array.

Problem:
Problem is, I have no idea how many email addresses are going to get dumped
into that array,
and I dont want to have 10000 hidden fields for 10000 addresses...is it
legal (and ok) to put
the array into a session or  some way of passing that array?

What to do? Advise appreciated.

Thanks,
-Ryan

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

Reply via email to