You are trying to pass the values in the array unto the next page? Well, try the serialize() function. With this you can have a single hidden field with all the values of a huge array stored in it and passed to another page. Hope this helped.
"Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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