Column 2

DP Annual Convention

2023-11-08
40th Diabetes Philippines Annual Convention and Scientific Sessions November 8-10, 2023
Upcoming Events

register
register

Click Image to join:


Latest Video
SOCIAL FEED
Announcements
Column 2



Breaking News

Column 2


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

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) { } }); }