Advertisement
colmulhall

Untitled

Apr 3rd, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. // Get the ID which was posted from the app
  2. if($_POST)
  3. {
  4.     $ID = urldecode($_POST['id']);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement