php, mysqli-stmt.bind-param]: Число элементов в строке определения типа не совпадает с числом переменных привязки
// if the 'id' variable is not set in the URL, we must be creating a new record else { // if the form's submit button is clicked, we need to process the form if (isset($_POST['submit'])) { // get the form data $mtcn = htmlentities($_POST['mtcn'], ENT_QUOTES); $amount = htmlentities($_POST['amount'], ENT_QUOTES); $currency = htmlentities($_POST['currency'], ENT_QUOTES); $sender_name […]