Eco-$mart Products EXPIR
Welcome to the ' . 'Eco-$mart Website
' ); exit(); } mysql_select_db('ecosmar_products', $dbcnx); if (! @mysql_select_db('ecosmar_products') ) { die( 'Thanks for visiting the ' . 'Eco-$mart Website.
' ); } $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]"); } ?>