"; }; # if ( $MySqlArrayCheck ) { $bill_last_pay_amount = $BillAmount; $bill_last_pay_isbooked = 1; $bill_payed_incount += 1; $bill_payed_amount += $BillAmount; $SqlUpdateBJPAYMENT ="UPDATE `bitjoe`.`$TABLE2` SET `bill_last_pay` = NOW(), `bill_last_pay_amount` = \"$bill_last_pay_amount\" , `bill_last_pay_isbooked` = \"$bill_last_pay_isbooked\", `bill_payed_incount` = \"$bill_payed_incount\", `bill_payed_amount` = \"$bill_payed_amount\" WHERE CONVERT( `$TABLE2`.`bill_mobilephone` USING utf8 ) = \"$MobilePhone\" LIMIT 1;"; $MySqlExec = doSQLQuery($SqlUpdateBJPAYMENT); if ( $MySqlExec ) { $error2 = formatErrorMessage("Payment tabelle erfolgreich angepasst"); } else { $error2 = formatErrorMessage("SQL Fehler: $SqlUpdateBJPAYMENT"); }; # if ( $MySqlExec ) { }; # if ( $isSuccess == 1 ) { # tabelle payment aktualsisiern BJAdminPage($error, $error2); exit(0); } else { # keine request parameter darum normal die admin seite ausgeben BJAdminPage("",""); exit(0); }; # if ( $MobilePhoneStatus == 1 && $MobileTarifStatus == 1) { exit(0); ?>