Office Notes organized in one place.

( You would be able to add / update / delete information below when you have your own office OR you work for any medical office recognized by trusted-doctor.com )

'; while ($row1 = pg_fetch_row($stmt1)) { $sno = $row1[0]; $category = $row1[1]; $about = $row1[2]; $details = $row1[3]; $document_filename = $row1[4]; echo ' '; } echo '
Category About Details Document
'; if ($document_filename != "" && $document_filename != null && $document_filename != 'NULL') echo '' . $document_filename . ''; echo '
'; } if ($_SESSION["smiley_role"] == "a" || $_SESSION["smiley_role"] == 'h') { echo '
'; while ($row1 = pg_fetch_row($stmt1)) { $sno = $row1[0]; $category = $row1[1]; $about = $row1[2]; $details = $row1[3]; $document_filename = $row1[4]; echo ' '; } echo '
Category About Details Document
'; if ($document_filename != "" && $document_filename != null && $document_filename != 'NULL') echo '' . $document_filename . '
'; else echo '
'; echo '
'; echo ' '; } pg_free_result($stmt1); pg_close($conn); } ?>