Advertisement
Guest User

Untitled

a guest
May 10th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  $database="test";
  3.  $user="bobby";
  4.  $password="123456"
  5.  mysql_connect (localhost, $user, $password);
  6.  
  7.  mysql_select_db ($database) or die ("Unable to select database");
  8.  $q="CREATE TABLE" persons
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement