";
$htmlText .= "| " . $jobData["tour"][$j]["tr_comp"] . " |
";
$htmlText .= "| " . $jobData["tour"][$j]["ad_street"] . " " . $jobData["tour"][$j]["tr_hsno"] . " |
";
$htmlText .= "| " . $jobData["tour"][$j]["ad_zipcode"] . " " . $jobData["tour"][$j]["ad_city"] . " |
";
$htmlText .= "| " . $jobData["tour"][$j]["tr_person"] . " |
";
$htmlText .= "| " . $jobData["tour"][$j]["tr_phone"] . " |
";
/*
$htmlText .= "";
$htmlText .= "| " . $jobData["tour"][$j]["tr_comp"] . " | ";
$htmlText .= "" . $jobData["tour"][$j]["ad_street"] . " " . $jobData["tour"][$j]["tr_hsno"] . " | ";
$htmlText .= "" . $jobData["tour"][$j]["ad_zipcode"] . " " . $jobData["tour"][$j]["ad_city"] . " | ";
$htmlText .= "" . $jobData["tour"][$j]["tr_person"] . " | ";
$htmlText .= "" . $jobData["tour"][$j]["tr_phone"] . " | ";
$htmlText .= "
";
*/
$htmlText .= "
";
/*
$htmlText = $jobData["tour"][$j]["tr_comp"] . "' . "\n";
$html_output .= '
' . $tabText[$key] . '
' . "\n";
$html_output .= '
' . "\n";
$html_output .= '
' . "\n";
foreach ($value as $boxValue) {
// echo "
boxValue:
";print_r($boxValue); echo "";
$html_output .= ' - ' . $boxValue[1] . '
' . "\n";
if ($noMap == "0") :
$mapAdArr[] = $boxValue[2];
endif;
}
// echo "
";
$html_output .= '
' . "\n";
$html_output .= '
' . "\n";
$html_output .= '
' . "\n";
$html_output .= '
' . "\n";
if ($noMap == "0") :
$html_output .= ' ' . "\n";
$mapUrl .= implode("/", $mapAdArr);
// echo $mapUrl . "
";
$html_output .= ' ' . "\n";
$html_output .= '
' . "\n";
endif;
}
return $html_output;
}
?>