ok perfecto... no habia visto q me faltaba el get id
ahora bien al agregar a img_inc.php
estos codigos
para el url
Código PHP:
<a href=# onClick="window.open('verimagen.php?id=<?=$id;?>;','verimagen', 'width=400,height=400');">
declarando funcion
Código PHP:
function imagengrande()
{
window.open("verimagen.php?imagen=/images2/<?=$imagen;?>", "", "width=400,height=400");
}
me sale un error de T_STRING .. sintaxis... justo en la linea donde agrego el url que quedaria d esta manera
Código PHP:
echo "<td height='80' width='53' border='0' ><a href=# onClick="window.open('verimagen.php?id=<?=$id;?>;','verimagen', 'width=400,height=400');"><img src='images2/".$row['img']."' width='80' height='53' border='0'/></a>";