hmmmmmmm - this doesn't work like i assumed :-(
my code:
echo "<form method='POST' action='mailto:michibk@terra.es' enctype='text/plain'> \n";
$j=0;
while ($j < $mal){
echo "<input type=hidden value=" . $artikel_liste[$j]['id'] ."> \n";
echo "<input type=hidden value=" . $artikel_liste[$j]['item'] ."> \n";
echo "<input type=hidden value=" . $artikel_liste[$j]['qty'] ."> \n";
$j++;
}
echo "<input type='submit' name='submit' value='enviar pedido'> \n";
echo "</form> \n";
where $mal has a certain value and the $artikel_liste[$j]['X'] is defined. When i see the mail it sends:
PHPSESSID=0af9db5a10cf44e562e59fb7c4333f6a
submit=enviar pedido
that's not i wanted to send ??
Any suggestion? I wanted to post the array"