<?php $connection = mysql_connect("localhost", "name_user "password"); $db = mysql_select_db("name_mysql"); ?>