<table>
<?php do { ?>
<tr>
<?php echo $row_rsContacts_List['First_Name']; ?></td>
<?php echo $row_rsContacts_List['Last_Name']; ?></td>
<?php echo $row_rsContacts_List['Address1']; ?></td>
<?php echo $row_rsContacts_List['Address2']; ?></td>
<?php echo $row_rsContacts_List['City']; ?></td>
<?php echo $row_rsContacts_List['State']; ?></td>
<?php echo $row_rsContacts_List['Zip']; ?></td>
<?php // Set address values to session variables to be used by the
// files that cdo the Google Geocode lookup
$_SESSION['MAP_Geocode'] = "Y";
$_SESSION['MAP_Street'] = $row_rsContacts_List['Address1'];
$_SESSION['MAP_City'] = $row_rsContacts_List['City'];
$_SESSION['MAP_State'] = $row_rsContacts_List['State'];
$_SESSION['MAP_Zip'] = $row_rsContacts_List['Zip'];
// Open self-closing popup window load the files that do the Google Geocode lookup
echo "<script type='text/javascript'>
WindowName = window.open('../mapping/geocode.php', 'Geocode', 'width=400,height=200,scrollbars=yes');
WindowName.moveTo(400,200);
WindowName.focus();
</script>";
?>
<?php $rownum ++; ?>
</tr>
<?php } while ($row_rsContacts_List = mysql_fetch_assoc($rsContacts_List)); ?>
</table>
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE