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
$query1 = "SELECT DISTINCT(topic.topic_id),topic.topic_name from subject_batch,topic where subject_batch.clg_sub_code= '$clg_sub_code' and subject_batch.clg_sub_code = topic.subject_code and topic.active=1";