Tlaltenango Census 1754

‘.$query_row[‘Locality’].’
================================
‘;
}
else if ($query_row[‘IID’] == 1){
$output .= ‘——————————–
‘.$query_row[‘PID’].’-‘.$query_row[‘FID’];
}
if ($query_row[‘IID’] != 0){
$output .='[TAB]’;
if ($query_row[‘Title’] != ”){
$output .= $query_row[‘Title’].’ ‘;
}
$output .= $query_row[‘FName’];
if ($query_row[‘Prefix’] != ”){
$output .= ‘ ‘.$query_row[‘Prefix’];
}
if ($query_row[‘LName’] != ”){
$output .= ‘ ‘.$query_row[‘LName’];
}
if ($query_row[‘Description’] != ”){
$output .= ‘, ‘.$query_row[‘Description’];
}
}
$output .= ‘
‘;
}
echo $output;
?>

‘.$query_row[‘Locality’].’
================================
‘;
}
else if ($query_row[‘IID’] == 1){
$output .= ‘——————————–
‘.$query_row[‘PID’].’-‘.$query_row[‘FID’];
}
if ($query_row[‘IID’] != 0){
$output .='[TAB]’;
if ($query_row[‘Title’] != ”){
$output .= $query_row[‘Title’].’ ‘;
}
$output .= $query_row[‘FName’];
if ($query_row[‘Prefix’] != ”){
$output .= ‘ ‘.$query_row[‘Prefix’];
}
if ($query_row[‘LName’] != ”){
$output .= ‘ ‘.$query_row[‘LName’];
}
if ($query_row[‘Description’] != ”){
$output .= ‘, ‘.$query_row[‘Description’];
}
}
$output .= ‘
‘;
}
echo $output;
?>


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.