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
$sql = "SELECT theatres.name,theatres.id from assign_show join theatres on assign_show.fk_theater_id = theatres.id where assign_show.fk_location_id='$loc_id' GROUP BY assign_show.fk_theater_id";