Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $my_connection = mysql_connect('localhost','killersites','');
  3. $my_database = mysql_select_db('killer');
  4. $query = "INSERT INTO people (name,email) VALUES ("Matt","matt1181999@yahoo.com")";
  5. $result = mysql_query($query);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement