<<<<Restricted Area>>>>" .
" Sorry, you must Log In to view this Page");
exit();
}
$usrn = $_GET['usrn'];
if($usrn == ""){
$usrn = $_POST['usrn'];
}
if($usrn == ""){
echo("
<<<<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
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(). "