Problems by transfer of arrayed formfield
am 12.02.2006 14:55:42 von Ruprecht Helms--------------020207040401000504050600
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi I have to scripts that should transfer values of a checkbox into
another script that put them out.
You see that the value of the checkbox is stored in a array-variable. By
putting out the value of
the arrayvariable there is no output. What can be wrong.
Enclosed the two scripts.
Regards,
Ruprecht
--------------020207040401000504050600
Content-Type: text/x-sql;
name="form_test.php"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
filename="form_test.php"
--------------020207040401000504050600
Content-Type: text/x-sql;
name="form_test2.php"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="form_test2.php"
for ($i=0;$i<=5;$i++)
{
echo $aus_id[i];
}
//$user_id = $aus_konto["kontoinp"];
//echo "";
?>
--------------020207040401000504050600
Content-Type: text/plain; charset=us-ascii
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--------------020207040401000504050600--