Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1<?php
2$rows = $pdo->query("SELECT id, email FROM users WHERE active = 1");
3foreach ($rows as $u) { echo "{$u['email']}\n"; }
+ 29 more — keep typing to narrow
Keep going