';
$data = str_replace(" ", " ", $get_cust_info['address']);
echo strtoupper(nl2br($data)).' ';
echo strtoupper($get_cust_info['city']).'-';
echo strtoupper($get_cust_info['pin']).' ';
echo strtoupper($get_cust_info['state'].' '.$get_cust_info['contry']).' ';
echo 'PHONE :'.$get_cust_info['phone'].' ';
$data = str_replace(" ", " ", $get_cust_info['address']);
echo strtoupper(nl2br($data)).' ';
echo strtoupper($get_cust_info['city']).'-';
echo strtoupper($get_cust_info['pin']).' ';
echo strtoupper($get_cust_info['state'].' '.$get_cust_info['contry']).' ';
echo 'PHONE :'.$get_cust_info['dif_phone'].' ';
// echo nl2br(htmlentities(strtoupper($get_cust_info['address']), ENT_QUOTES, 'UTF-8')).' ';
// echo strtoupper($get_cust_info['city']).'-';
// echo strtoupper($get_cust_info['pin']).' ';
// echo strtoupper($get_cust_info['state'].' '.$get_cust_info['contry']).' ';
echo strtoupper($get_cust_info['address'].' '.$get_cust_info['city'].''.$get_cust_info['state'].' '.$get_cust_info['contry'].' - '.$get_cust_info['pin']).'';
echo 'PHONE :'.$get_cust_info['phone'].' ';
// echo nl2br(htmlentities(strtoupper($get_cust_info['address']), ENT_QUOTES, 'UTF-8')).' ';
// echo strtoupper($get_cust_info['city']).'-';
// echo strtoupper($get_cust_info['pin']).' ';
// echo strtoupper($get_cust_info['state'].' '.$get_cust_info['contry']).' ';
echo strtoupper($get_cust_info['address'].' '.$get_cust_info['city'].''.$get_cust_info['state'].' '.$get_cust_info['contry'].' - '.$get_cust_info['pin']).'';
echo 'PHONE :'.$get_cust_info['dif_phone'].'
|