What my page needs is that when modifying a data under an ID, it opens a pop up with data that I have in the db, try to search but I did not find something to help me, the code that I have so far it serves but only to insert
<script> function abrir() {
window.open("ingreso.php","recogedor","width=500,height=550, top=50,left=50);
return false; }
and doing a href makes another window open
href="modificar.php?id=<?php echo $row['id'];?>"