In console I get this error in this paragraph, I've been trying for hours to see what's wrong and I can't find it.
print ("<img id=".$fila["id"]." class=\"imageeenprueeba imagenusuario\" src=".$fila["nombrearchivo"]." alt=".$fila["descripcion"]." width=\"30\" height=\"30\" onclick=\"openImg(".$fila["id"].",\"".$fila["propietario"]."\")\">");
Any help would be appreciated
Thank you very much for your help! It's working now! This is the correct code:
print ("<img id=".$fila["id"]." class="imageeenprueeba imagenusuario" src=".$fila["nombrearchivo"]." alt=".$fila["descripcion"]." width="30" height="30" onclick="openImg(".$fila["id"].",'".$fila["propietario"]."')">");
Thank you and best regards