I am sorry to be so much trouble.. but here is my exact script..but once i learn all this i hope i can be as much help as you all have been...
<?php
$db = mysql_connect($db_Database,$db_Password, $db_UserName, $db_Hostname);
$result=mysql_query("SELECT em_spades_wins.em_player_name FROM em_spades_wins;");
while ($rows=mysql_fetch_array($result))
{$item1 = $rows em_player_name';
echo " this is $item1, and this is $item2";
}//end while loop
?>
This is the error i am getting
Parse error: parse error, unexpected T_STRING in /home/xxx/xxx/xxx/xxx/spades.php on line 9