Hi antispo,

<html>

<head>

<title>Test</title>

</head>

<body>

<?

for ($i=0;$i<=5;$i++)

{

echo $aus_id[i];                             //try echo $_POST['$aus_id][$i]

}

//$user_id = $aus_konto["kontoinp"];

//echo "<input type='checkbox' name='aus_id[]' value='$user_id'>";

?>

</form>

</html>


Ok I clickt on the 1st and 3rd checkbox. I stored the value of $i as value into the checkbox-array. The result should be 0 2, but I does not get an result. The only I get is an empty page.

Regards,
Ruprecht

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to