> I am developing a script that will eventually be a "pay-to-list your whatever" script. > I am wondering if the best way to hold data throughout the four forms would be to hold > these in an array - each form would array_push() the vars into the $listing array. > Or would it be better to insert the records as they come in - each form - ? > I am thinking that one connection to the DB might be easiest to carry out. Why store them in a database? In any case, Serialize()/UnSerialize() and Sessions.. bkx -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]