File manager - Edit - /home/infoilmg/nfnen.xyz/auth/logic/addWallet.php
Back
<?php require_once "../../logic/config.php"; $new_wallet = $pdo->prepare("INSERT INTO wallets (coin,wallet,coinName,forSend,forReceive) VALUES (:coin,:wallet,:coinName,:forSend,:forReceive)"); $new_wallet->execute([ ':coin'=> $_POST["coin"], ':wallet'=> $_POST["wallet"], ':coinName'=> $_POST["coinName"], ':forSend'=> $_POST["forSend"] == "forSend"? 1 : 0, ':forReceive'=> $_POST["forReceive"] == "forReceive"? 1 : 0, ]); header("Location: /auth/wallets.php"); die(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 2.11 |
proxy
|
phpinfo
|
Settings