Hi,
i want to change a lot of fields in a form with data from a database.
i just want to look up the the id of the field in the database and then change the value of the field like this:
$kto = "Kto".{ac_names[$i][2]};
{$kto} = {ac_names[$i][3]}
the field i want to change the value ist “Kto1”, “Kto2”, …
but it doesnt work. the applications just doesnt start anymore…
is there some kind of error log?
and how am i supposed to do such things?
thanks a lot,
Mati