Guest User

Untitled

a guest
Jan 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. http://my-server/?data=Select * from notice where noticeId>12
  2.  
  3. http://my-server/?data=QWEDCVBNMHGFD
  4.  
  5. if (data==QWEDCVBNMHGFD)
  6. {
  7. .......
  8. result=calldatabase("select * from notice where noticeId>12");
  9. .....
  10. return finalresult;
  11. }
Add Comment
Please, Sign In to add comment