Guest User

Untitled

a guest
Oct 19th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Database - USERS
  2.  
  3. username email password wallet
  4. TESTNAME TESTMAIL TESTPASS 99
  5.  
  6. $wallet = "";
  7. $db = mysqli_connect('localhost', 'root', '', 'registration');
  8. $sql = "SELECT wallet FROM users WHERE username = '$username'"
  9.  
  10. <!DOCTYPE html>
  11. <html>
  12. <head>
  13. <body>
  14. <p <a href="#">Account: <?php echo $balance; ?><span class="sr-only">(current)</span></a></p>
  15. </body>
  16. </head>
  17. </html>
Add Comment
Please, Sign In to add comment