do { $myVIN .= $row_Recordset1['vin']; } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
$values = array();do {$values[] = $row_Recordset1['vin'];} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));