Advertisement
Guest User

connect.php

a guest
Apr 7th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.     $connection = mysql_connect("localhost","root","") or die("Couldn't connect to database");
  3.     mysql_select_db("test", $connection);
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement