You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$q="select * from volunteer,services,medical,address where volunteer.address_id=address.address_id and volunteer.service_id=services.service_id and services.medical_id=medical.medical_id and (medical.doc=1 or medical.med_i=1)";