Guest User

Untitled

a guest
Dec 12th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. require_once '../function/core.php';
  3.  
  4. $q = anti_inject($_GET['q']);
  5.  
  6. if ($q == "prestasi") {
  7.     $jenis  = $_POST['jenis'];
  8.     $ket    = $_POST['ket'];
  9.  
  10.     echo $jenis." - ".$ket;
  11. }
  12.  
  13. ?>
Add Comment
Please, Sign In to add comment