<<<<Restricted Area>>>>" .
" Problem with your username. Please Log In again.
");
exit();
}
$MID=$_POST['listmfg'];
?>
Eco-$mart, Inc. On-line Administration
Contact Registration List by Manufacturer
Below is a text area containing a Comma Separated List for pasting into any spreadsheet.
Paste at cell A1 for best results. In some programs, you will need to designate the insert as from a Comma Separated List
$dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1');
mysql_select_db('ecosmar_products', $dbcnx);
$getem=mysql_query("SELECT co_name,co_rep,email FROM mfg WHERE ID=$MID");
if(!$getem){
echo("
Could not retrieve Manufacturer Info. " . "Error: ". mysql_error(). "
");
}else{
$rouse=mysql_fetch_array($getem);
$co_company=$rouse['co_name'];
$co_rep=$rouse['co_rep'];
$co_email=$rouse['email'];
}//gotem
$listem = @mysql_query("SELECT CID FROM mfg_con WHERE MID='$MID'");
if (!$listem) {
echo("
Could not retrieve Registered Contacts. " . "Error: ". mysql_error(). "