Total Buyers :- =$rowcount?>
| SR. No. |
Name |
Company Name |
Country |
Email |
Mobile No. |
Option |
for($i=0;$i<$rowcount;$i++)
{
$count=$i+1;
$userid = $sqllist[$i]['userid'];
if($G_isElite == '1')
{
$userfirstname = $sqllist[$i]['userfirstname'];
$userlastname = $sqllist[$i]['userlastname'];
$fullname = $userfirstname." ".$userlastname;
$usercompany1 = ($sqllist[$i]['usercompany'] != '') ? $sqllist[$i]['usercompany'] : $sqllist[$i]['CompanyName'];
$MobileNo = $sqllist[$i]['usermobileno'];
$country1 = ($sqllist[$i]['usercountry'] != '') ? $sqllist[$i]['usercountry'] : $sqllist[$i]['CountryNameCo'];
$email = $sqllist[$i]['username'];
$downloadurl="viewbuyerscontact.php?userid=".$userid;
}
else
{
$userfirstname = $sqllist[$i]['userfirstname'];
$userlastname = $sqllist[$i]['userlastname'];
$fullname = substr($userfirstname." ".$userlastname,0,3)."*****";
$usercompany = ($sqllist[$i]['usercompany'] != '') ? $sqllist[$i]['usercompany'] : $sqllist[$i]['CompanyName'];
//$usercompany1 = substr($usercompany.", ".$country1,0,3)."*****";
$usercompany1 = substr($usercompany,0,3)."*****";
$MobileNo = substr($sqllist[$i]['usermobileno'],0,3)."*****";
$country1 = ($sqllist[$i]['usercountry'] != '') ? $sqllist[$i]['usercountry'] : $sqllist[$i]['CountryNameCo'];
//$country1 = substr($country,0,3)."*****";
$email = substr($sqllist[$i]['username'],0,3)."*****";
$downloadurl=DOC_ROOT.$adminpath."membership_packages.php";
}
?>
| =$count?> |
=$fullname?> |
=$usercompany1?> |
=$country1?> |
=$email?> |
=$MobileNo?> |
Download
|
} ?>