Column 2
Upcoming Events



Announcements
Column 2









Column 2

Latest Video
SOCIAL FEED

Hello DP Family & Friends!

Watch our pilot episode for Let's Talk Diabetes.

Please like, share & subscribe.

WATCH HERE:

HISTORY OF THE DIABETES PHILIPPINES FORMERLY PHILIPPINE DIABETES ASSOCIATION

For Sale

Chapters

ANNUAL CONVENTION CERTIFICATE OF ATTENDANCE AVAILABLE HERE

Locate Us


embed google map by embedgooglemap.net

CONTACT US

661 BONI AVENUE corner LIGAYA STREET MANDALUYONG CITY 1501

TEL.: 8531-1278 , 8534-9559

FAX: 8531-1278

Office Hours: Monday - Friday: 10AM - 6PM






















function UpdateRecord(count) { var counter = 'increase'; // define here (can be what you want to name it or any value) $.ajax({ url: "updateclick.php", method: "POST", data: "count="+counter, // the data that will be posted to PHP success: function(data){ $("#samplediv").html(''+data+''); // example of handling the response // here, we just update a div ID'd 'samplediv' with response }, error: function (request, status, error) { } }); }