ok... here is a lil question...
(how) can i make a emailform automatically put all input variables in the mailbody?
the thing is, i wanna use one mailform for more than one functions... (submission, order,...)
so far i just put if constructions for each variable that possibly could be sent to the form in the script - like:
...
if (isset($variable1)) {
$mailbody.="var1: $variable1";
}
if (isset($variable2)) {
$mailbody.="var2: $variable2";
}
...
so - is there a way to get all input variables put in the mailbody - also without knowing which vars thatll be?
thanks a lot...
sid
programming and design dpt. - http://www.stargraphX.com