Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
queenmatka
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/queenmatka/paytm-details.php
<?php include("inc/config.php"); $conn = connect_database(); session_start(); $memcode = isset($_COOKIE['memberlogin']) ? $_COOKIE['memberlogin'] : NULL; if(!isset($_COOKIE['memberlogin'])) { header("location: pages/logout.php"); exit; } $sql = mysqli_query($conn,"SELECT * FROM `tbl_register_member` where `mob` = '$memcode' "); if($row = mysqli_fetch_array($sql)) { $account_no = $row['account_no']; $ifsc_code = $row['ifsc_code']; $branch_name = $row['branch_name']; $holder_name = $row['holder_name']; $gpay = $row['gpay']; $paytm = $row['paytm']; $phonepay = $row['phonepay']; $upi = $row['upi']; } unset($_SESSION['janobecartmaster']); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Queen Matka</title> <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 user-scalable=no"> <meta name="mobile-web-app-capable" content="yes"> <meta name="HandheldFriendly" content="True"> </head> <body style="background: linear-gradient(to top, #763a87, #00f2ff); background-attachment: fixed; font-family:sans-serif; padding:0px; margin:0px;" > <div style="width:100%; "> <table style="background-color:#FFFFFF; border:solid 0px #000; border-radius:5px; width:95%; margin-top:10px;" align="center" border="0"> <tr style="background-color:#00008B"> <td> <div align="left" style="color:#fff; font-size:18px; padding:10px; ">Paytm Number</div> </td> </tr> <tr> <td style="line-height:15px;"><br></td> </tr> <form method="post" action="backquery/update-paytm-details.php" autocomplete="off"> <tr style="width:100%; text-align:center;"> <td> <?php $msg = isset($_GET['insert']) ? $_GET['insert'] : NULL; if($msg == "fail") { echo "<h4 align='center' style='color:#FF0000; line-height:25px;'> Sorry!!!<br>Please Try Again </h4>"; } else if($msg == "success") { echo "<h4 align='center' style='color:#038103; line-height:25px;'>Congratulations!!!<br>PayTm Number Change Successfully</h4>"; } ?> <input type="text" name="paytm" placeholder="Enter Paytm Number" value="<?php echo $paytm; ?>" style="width:80%; color:#000; font-size:16px; outline: none; padding:10px; border:solid 1px #C4C4C2; border-radius:5px; background-color: #F1F1ED;" required> </td> </tr> <tr style="width:100%; text-align:center; height:20px;"> </tr> <tr style="width:100%; text-align:center; color:#FFFFFF; font-family:sans-serif; line-height:22px; font-size:15px;"> <td> <input type="submit" value="Submit" style="width:60%; color:#FFFFFF; font-weight:bold; font-size:18px; outline: none; padding:10px; border:solid 2px #00504e; border-radius:10px; background-color: #00504e;"> </td> </tr> <tr style="width:100%; text-align:center; height:50px;"> </tr> </form> </table> </div> <br> <br><br> </body> </html>