Surgery Dates

Want to add yourself to this list?
Please log into your profile and click on  I've got a date!  to add your date.

We have an active peer-support system and use this page to congratulate each other and show our support. Click on a name and leave a "Best Wishes" message for your online friends!


'2002' " . "AND LENGTH(Postclin_Surg_Date_M) > 0 " . "AND LENGTH(Postclin_Surg_Date_D) > 0 " . "AND $Surg_ID_String " . "AND OH_Visible=1 AND m.account_status='active' " . "ORDER BY Postclin_Surg_Date_Y DESC, Postclin_Surg_Date_D DESC, Postclin_Surg_Date_M DESC"; $rs = db_query_read("ambmembers", $sql); $num = mysql_num_rows($rs); if($num > 0) echo "
\n"; $shaded = false; $firstrow = true; while($row = mysql_fetch_row($rs)) { list($name, $Month, $Day, $Year, $Member_ID, $City, $State, $Country, $show_location) = $row; if($firstrow) { $borderstyle=""; $firstrow = false; } else $borderstyle=" style=\"border-top:1px solid #6a96d0\""; $Member_Name = $name; $Loc = ""; if(intval($show_location) == 1) { $City = properCase($City); if(strlen($State) == 2) $State = strtoupper($State); $Loc = $City . (strlen($City) > 0 && strlen($State) > 0 ? ", " : "") . $State; if(strlen($Country) > 0 && $Country != "USA") $Loc .= (strlen($Loc) > 0 ? ", " : "") . $Country; } echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; $shaded = !$shaded; } if($num > 0) echo "
$Month/$Day/$Year$Member_Name$Loc
\n"; ?>