Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $nick = $class->antisql($_GET['nick']);
- $email = $class->antisql($_GET['email']);
- $owner = $class->antisql($_GET['owner']);
- if(!mysql_query("INSERT INTO `em_log` (`id`, `nick`, `email`, `owner`) VALUES (NULL, '$nick', '$email', '$owner');")) die('erro');
- ?>
Advertisement
Add Comment
Please, Sign In to add comment