// html <table id="data"> </table> // script <script> $(document).ready(function() { setInterval(function(){ $("#data").load("Withdrawcode.php"); refresh(); }, 1000); }) </script> // Withdrawcode.php <tr> <th>Wallet</th> <th>Email/Number</th> <th>Coins</th> <th>Status</th> <th>Date</th> <th></th> </tr>
Post a Comment