Good evening
Personally, I use the code below to do two transactions on the bank:
$sqlinsert = $mysqli->prepare("INSERT INTO
tbl_pessoafisica(cpf,senha,nome,email,celular) VALUES (?,?,?,?,?)");
$sqlinsert ->bind_param('sssss', $cpf,$sen...
asked by
01.02.2018 / 02:55