echo "$row[firstname] $row[lastname] ";?> | if($row['photo_url'])
{
echo " |
echo "$row[biography]"; ?> |
if($row['birthyear']) echo "$row[birthyear] - $row[deathyear]"; else echo " ";?> |
include '../inc/db.inc.php'; include '../inc/album.inc.php'; include '../inc/header.php' ?>
If you have any information on the life of these classmates, please forward it to George.
$result = mysql_query("Select * from gns_remember order by lastname, firstname"); while($row = mysql_fetch_assoc($result)) { ?>echo "$row[firstname] $row[lastname] ";?> | if($row['photo_url'])
{
echo " |
echo "$row[biography]"; ?> |
if($row['birthyear']) echo "$row[birthyear] - $row[deathyear]"; else echo " ";?> |