Eco-$mart Dealers

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,proname,name,address,city,state,country,phone,email FROM dealers WHERE proname='$proname'"); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } ?> '); exit(); } while ($row = mysql_fetch_array($listem)) { $name = $row['name']; $address = $row['address']; $city = $row['city']; $state = $row['state']; $country = $row['country']; $phone = $row['phone']; $email = $row['email']; echo("" . "" . ""); } ?>
No dealers listed at this time.
$name
$address
$city, $state, $country
Phone: $phoneEmail: $email