donde dice:
Código PHP:
echo '<td width="420">'.$campo.'... <a href="detall.php?id="['.$juegos['id_videojoc'].']" class="Estilo1">Leer más.</a></td>';
creo deberia ser
Código PHP:
echo '<td width="420">'.$campo.'... <a href="detall.php?id='.$juegos['id_videojoc'].'" class="Estilo1">Leer más.</a></td>';
prueba y me cuentas..
salu2!