I am getting an error "Notice: Array to string conversion in E:\xampp\htdocs\myweb\admin\view\add_doctor.php on line 123" when I am trying to execute the following query:
$sql = "SELECT * FROM `tbl_address` WHERE `addr_id` = '$dr_addr'";
What could be the possible reasons for such an error? Please help. Thanks in Advance!!!