American Indonesian Chamber of Commerce Trade Leads (Complete Listing)

Click Here to return;

$link=mysql_connect(‘db2487.perfora.net’,’dbo332909467′,’tuba1998′);
if (!$link) {
echo “Unable to Connect”;
exit ();
}
mysql_select_db(‘db332909467’, $link);
$results=mysql_query(“SELECT * FROM `TRADE LEADS`”,$link);
IF (!$results)
{
echo “unable to process”;
exit();
}
print ”

“;
while ($row=mysql_fetch_array($results)) {
$name=$row

[‘NAME’];
$Company=$row[‘COMPANY’];
$Products=$row[‘PRODUCTS’];
$BuySell = $row[‘BUYSELL’];
$Email = $row[‘EMAIL’];
$Phone= $row[‘PHONE’];
$Fax=$row[‘FAX’];
$Notes=$row[‘NOTES’];
$Country=$row[‘COUNTRY’];
$Website=$row[‘WEBSITE’];
$DatePosted=$row[‘DATEPOSTED’];
print ”
“;
}
print ”

Name Company Products Buy-Sell Email Phone Fax Notes Country Website Date Posted
$name $Company $Products $BuySell $Email $Phone $Fax $Notes $Country $Website $DatePosted

?>
Click Here to return