Fabriciool

saving.php

Oct 18th, 2013
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. $nick = $class->antisql($_GET['nick']);
  3. $email = $class->antisql($_GET['email']);
  4. $owner = $class->antisql($_GET['owner']);
  5. if(!mysql_query("INSERT INTO `em_log` (`id`, `nick`, `email`, `owner`) VALUES (NULL, '$nick', '$email', '$owner');")) die('erro');
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment