$i = 1;$go = true;while ($go) { if (isset($_GET["item_nombre_$i"])) { $variable = $_GET["item_nombre_$i"]; .... }}