Advertisement
rezals00

Script G-Cash

Jun 30th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <form action="?id=gcash" method="post">
  2. <div class="widget">
  3. <h4 class="widgettitle">Voucher Game</h4>
  4. <div class="widgetcontent">
  5. <div class="stdform">
  6. <div class="control-group">
  7.  
  8. <label class="control-label"><b>Gemscool Cash</b></label>
  9. <div class="controls">
  10.  
  11. <select class="input-block-level" name="jenis" data-style="select" id="jenis">
  12. <option value="1">1000 G-Cash</option>
  13. <option value="2">2000 G-Cash</option>
  14. </select>
  15. </div>
  16. </div>
  17.  
  18. <i>
  19. <pre>
  20. NOTE*
  21. [+] Diharapkan Setelah Menyubmit Refresh Halaman
  22. Fee
  23. <?php
  24. include "koneksi.php";
  25. $serb = mysql_num_rows(mysql_query("SELECT * FROM voucher WHERE jenis = 'Gcash V10'"));
  26. $duarb = mysql_num_rows(mysql_query("SELECT * FROM voucher WHERE jenis = 'Gcash V20'"));
  27. ?>
  28. 1.000 G-Cash = 12000 Saldo [ Stock : <?php echo $serb; ?> ]
  29. 2.000 G-Cash = 24000 Saldo [ Stock : <?php echo $duarb; ?> ]
  30.  
  31.  
  32. </pre>
  33.  
  34. </i>
  35. <p>
  36. <label></label>
  37. <span class="field">
  38. <input type="submit" id="submit" name="submit" value="Submit" class="btn btn-success"></div>
  39. </div>
  40. </div>
  41. </div>
  42. </form>
  43.  
  44. </span></center>
  45. </p></center>
  46. <div id="loading"></div>
  47. </div>
  48. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement