Re: [PHP] What to do with my array?? Advise needed....

2004-03-05 Thread Richard Davey
Hello Ryan,

Friday, March 5, 2004, 3:41:35 AM, you wrote:

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

Question - why on earth do these email addresses need to be placed
into a FORM anyway? If all you are doing is emailing them from within
PHP.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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



[PHP] What to do with my array?? Advise needed....

2004-03-04 Thread Ryan A
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 1 hidden fields for 1 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