Guest User

Untitled

a guest
Oct 18th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. table structure:
  2. ================
  3. `host` TEXT NULL,
  4. `user` TEXT NULL,
  5. `store` TEXT NULL,
  6. `key` TEXT NULL,
  7. `type` TEXT NULL,
  8. `value` MEDIUMTEXT NULL,
  9.  
  10. $sql = "INSERT INTO prosody (host, user, store, key, type, value) VALUES ('mydomain.tld', $user, 'accounts', 'password', 'string', $pass)";
Add Comment
Please, Sign In to add comment