Can you post some code?
Just copy the variables? I\\'m not sure if what you are saying is similar to the following:
Variables $a, $b, $c and passed in from a form from the previous page (i.e, the previous page POSTed to this script).
mail($a, $b);
(syntax not necessarily correct, but you get the point).
so now $a and $b are not available? Please clarify...
Al wrote:
I\\'m attempting to mail the results of a form and at the same time pass several of the variables on to the next page with no success. It seems the form data is lost when it mails it. Any ideas out there? I know it\\'s doable but maybe not with PHP??