Advertisement
colmulhall

Untitled

Apr 3rd, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. // Add and send the ID to the PHP file
  2. List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>();
  3. nameValuePairs.add(new BasicNameValuePair("id", the_id));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement