Guest User

Untitled

a guest
Jul 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. $query="Select UserName from UserTable where ($_GET['chooseyCriteria']) ";
  3. $sql=mysql_query($query);
  4. while($e=mysql_fetch_assoc($sql))
  5. $output[]=$e;
  6. print(json_encode($output));
  7. mysql_close();
Add Comment
Please, Sign In to add comment