<?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...
Type: Posts; User: samsam; Keyword(s):
<?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...