Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. insert into yellow_agents set
  2. username = '$_POST[NewUsername]',
  3. password = '$_POST[p1]',
  4. FirstName = '$_POST[FirstName]',
  5. LastName = '$_POST[LastName]',
  6. address = '$_POST[address]',
  7. city = '$_POST[city]',
  8. state = '$_POST[state]',
  9. zipcode='$_POST[zip]',
  10. country = '$_POST[country]',
  11. phone = '$_POST[phone]',
  12. cellular = '$_POST[cellular]',
  13. pager = '$_POST[pager]',
  14. email = '$_POST[email]',
  15. RegDate = '$t',
  16. AccountStatus='pending',
  17. ExpDate = '$MyExp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement