[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.
>
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: