ok
Direktori : /proc/thread-self/root/home2/selectio/public_html/lilyexpresslive/software/admin/ |
Current File : //proc/thread-self/root/home2/selectio/public_html/lilyexpresslive/software/admin/index-delete.php |
<?php require_once('header.php'); ?> <section class="content-header"> <div class="row"> <div class="col-md-12"> <div class="col-md-12"> <center><img src="../assets/uploads/logo.png" style="width: 25%;"></center> </div> </div> </div> </section> <style> .Head{ color:red; font-weight:bold; } </style> <?php /*$statement = $pdo->prepare("SELECT * FROM pincode"); $statement->execute(); $total_pincode = $statement->rowCount(); $awb_result = $statement->fetchAll(PDO::FETCH_ASSOC); */ ?> <style> .blinking{ animation:blinkingText 1.0s infinite; font-size:25px; } @keyframes blinkingText{ 0%{ color: green; } 40%{ color: yellow; } 50%{ color: pink; } 99%{ color:red; } 100%{ color: #000; } } </style> <section class="content"> <div class="row"> </div> </section> <script> $(document).ready(function() { $('#btn_delete_shipments').on('click',function(){ var msg=''; $('#msg').text(''); $.ajax({ url: 'emergency-code/pickup-entry-delete-ids.php', type: 'post', data: {type:'delete_pickup_entry'}, success: function(response){ console.log(response); $('#msg').text(response) } }); }); }); </script> <center> Click to Delete Between 2020-01-01 to 2022-07-31 Between 100 Pickup Entry List<br> <button class="btn btn-danger btn-sm" id="btn_delete_shipments"><i class="fa fa-trash-o"></i> Delete Pickup Entry</button><br> <span id="msg"></span></center> <?php require_once('footer.php'); ?>