RE: [PHP-WIN] Insert keys into an array using variables

2004-11-22 Thread Wagner, Aaron
[EMAIL PROTECTED] > Subject: [PHP-WIN] Insert keys into an array using variables > > > Hello! > > I have a script that gets some _POST variables (all, except some ones > specified in an array) and puts into another array, to use > them in an e-mail > message later. >

[PHP-WIN] Insert keys into an array using variables

2004-11-22 Thread Rafael Soares
Hello! I have a script that gets some _POST variables (all, except some ones specified in an array) and puts into another array, to use them in an e-mail message later. But the script needs to catch ANY vars, like I don't know which vars will be sent in _POST. This script will show it better: