<?php $names=['a','b','c']; echo 'SELECT name, is_active FROM networks WHERE name IN ('.implode("','",$names).')';
You have javascript disabled. You will not be able to edit any code.