include "check_forum_id.inc.php"; ?> include "1-Center_Info_Lookup.phtml"; $Page_Title = "$Surg_Name - Surgery Dates"; include "header.phtml"; include_once "function_lib/common.lib.php"; ?>
Surgery Dates
Want to add yourself to this list? 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! $sql = "SELECT su.display_name, Postclin_Surg_Date_D, Postclin_Surg_Date_M, Postclin_Surg_Date_Y, Member_ID, City, State, Country, show_location " . "FROM members m " . "INNER JOIN sapient.sys_user su on m.member_id = su.legacy_id " . "WHERE Postclin_Surg_Date_Y > '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 "
|