query("SELECT crontab_id, crontab_path FROM crontabs;"); while ($row = $res->fetchArray()){ echo "{$row['crontab_path']}"; } break; } ?>