prepare("SELECT * FROM hospital where id='$id'"); $result->execute(); $row = $result->fetch(); ?>

Back
Hospital Detail