ya me superaaaa
miren esto
Código PHP:
SELECT fotos.IDfoto, fotos.IDalbum FROM fotos WHERE IDalbum IN (SELECT albums.IDalbum FROM albums WHERE IDalbum > 0)
me devuelve
[200.123.133.98] ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT albums.IDalbum FROM albums WHERE IDalbum > 0)' at line 1
cambie de base de datos para ver si no era la definicion de los campos o algo asi
se las cuento x las dudas
albums
======
idalbum, int, auto_increment
nombre, varchar
fotos
=====
IDfoto, int, auto_increment
nombre, varchar
que puede ser entonces??