I have a large set of values that I will need to process in a "POST" loop. Mixed in are a few variables that need to be processed the same way but are not in the POSTed data. For convenience, can I add those variables to the $_POST array and what is the safest/best way to do that? TIA.