Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function validate($data) {
  2. if(....) {
  3. return false;
  4. }
  5. if(....) {
  6. return false;
  7. }
  8. if(....) {
  9. return false;
  10. }
  11. return true;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement