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
$result = $conn->query("SELECT * FROM hr_dev_plan_skills_mentors sm, hr_dev_plan_mentors m, users u WHERE skills_id = $skills_id and u.userid=m.mentor_id and m.id=sm.mentor_id");