$columna= "1"; if (isset($_GET['id'])) { $columna = (get_magic_quotes_gpc()) ? $_GET['id'] : addslashes($_GET['id']); }