So here's my code for the dynamic table in Dreamweaver
SELECT diagnose.Service_id,
IF (diagnose.Type_id = '1',('บันทึกระบบกระดูกและกล้ามเนื้อ'), ('บันทึกแล้ว')) as Diagnose
FROM diagnose
So the problem is how do I use the ELSE IF option if the diagnose.Type_id = 2 and so on?