Basically what I am trying to do is pull the board_certification_name from the database for the board-certification_ID. So I have the function working, (function get_board_certification_name). But I now need to call this function in the display_physicians_details function, and I seem to have a dead brain, I have tried all different ways to do this, and I either get a blank page, or nothing happens.
How do I do this??