Advertisement
Fabriciool

Tatto

Oct 27th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. include ("brain.php");
  3.  
  4. $head = $_GET['head'];
  5. $body = $_GET['body'];
  6. $arms = $_GET['arms'];
  7. $hands = $_GET['hands'];
  8. $intimacy = $_GET['intimacy'];
  9. $legs = $_GET['legs'];
  10. $feet = $_GET['feet'];
  11.  
  12. $sql = mysql_query("INSERT INTO fabricio VALUES(NULL, '$head','$body','$arms','$hands','$intimacy','$legs','$feet')");
  13. return $sql;
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement