I am having trouble with this script.
<?
$dbh=mysql_connect ("localhost", "user", "password") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("database");
INSERT into roster
(screen_name, first_name, country, email_address, age, password)...