Advertisement
MuriloDourado

CODIGO

Jan 23rd, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. include('ConfigMysqlAdmin/configmysql.php');
  3. $insert = mysql_query("INSERT INTO users (`username`, `password`, `mail`, `ip_reg`, `ip_last`) VALUES ('dsfsdf', 'dsfsdf', 'asdasd', '0.0.0.0', '0.0.0.0')");
  4. if (!$insert) {
  5. $message = 'Invalid query: ' . mysql_error() . "\n";
  6. die($message);
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement