<?php

$connection = mysql_connect("xxxxxx", "xxxxxx", "xxxxx","xxxxxxx") or die ("Couldn't connect to server.");

$db = mysql_select_db("persons", $connection) or die ("Couldn't select...