![]() |
Alexey admin 9/20/2007 |
Uwe, function xx{ if (count (@$_POST["selection"]) < 1) { die ("You have to mark at least one record."); } foreach(@$_POST["selection"] as $val) { $P_Key = refine($val); $SQL_Befehl = "Update tracking set archiv = '-' where tarcking_id = " . $P_Key; SQL_execute ($SQL_Befehl); } } |
|
Pfeiffer author 9/20/2007 |
Thank you... it works |