hoppla, da habe ich aus versehen zwei "}" gelöscht. das skript- stück muß korrekterweise so gehen: (und das ist dann wirklich die letzt nachricht zu diesem thema!) // redefine the variables contained in the $HTTP_POST_VARS[variable] array: // test functions are commented out - used only when testing the script if (isset ($HTTP_POST_VARS)){ reset($HTTP_POST_VARS); // $i=1; foreach ($HTTP_POST_VARS as $k=>$elem) { // ${"deliv_$k"} = $elem; $$k = $elem; // testing the output: // echo "element $k<br>"; // echo $elem; // echo "<br>element $i<br>"; // echo $k; // echo "<br><br><br>"; // $i++; } } -- happily using linux and pine ! Rainer Gatz anaesthesiologist e-mail: m.und.r.gatz@t-online.de St.Marienkrankenhaus/ Lünen/ Germany <http://home.t-online.de/home/320023358589-0001/index.html>