Pokémon

<?php
$number_of_pokemon=1; //pikachu
$verybest=mysql_query("SELECT * FROM everyone WHERE was LIKE '%no one ever' LIMIT 1");
while ($number_of_pokemon<150){
    try {
        become($verybest);
    } catch (Exception $them_all) {
        $number_of_pokemon++;
    }
}
?>
Vote up this code0