MySQL Database Php

mysql_connect("localhost", "phpuser", "password");
    mysql_select_db("phpdb");
    mysql_close( );