Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <input name="custom" type="hidden" id="custom" value="<?php echo"$user";?>">
  2.  
  3. $user=strip_tags($_GET['custom'])
  4. $item_number=strip_tags($_GET['item_number'])
  5. mysql_query("INSERT INTO paypal SET id='', User='$user', item_number='$item_number'");
  6. mysql_query("UPDATE items SET item1='1' where User='$user'");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement