ecosmartinc.com" . "
Sorry. Problems connecting to Data Base " . "
Please try again later." . "

" ); exit(); } mysql_select_db('ecosmar_products', $dbcnx); if (! @mysql_select_db('ecosmar_products') ) { echo("

ecosmartinc.com" . "
Sorry. Problems communicating with Data Base " . "
Please try again later." . "

" ); exit(); } $result = mysql_query("SELECT ID,tea1,tea2,tea3 FROM expircomma"); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } while($row = mysql_fetch_array($result)) { echo("$row[0],$row[1],$row[2],$row[3]\r\n");} ?>