Cita:
Iniciado por gjx2
Aqui esta tu problema
Código PHP:
<?php
include("bd.php");
$link=Conectarse();
$id=$_GET['nombre_juego'];
$result=mysql_query("SELECT * FROM games where plataforma='PS3'",$link);
$fila = mysql_fetch_array($result);
mysql_close($link);
?>
En la consulta no especificas el juego que estas seleccionando
Código:
$result=mysql_query("SELECT * FROM games where plataforma='PS3' and Nombre_del_juego = $id",$link);
ME acabas de salvar la vida
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
Muchísimas gracias por todo
Gracias a tí creo que ya no tendré más problemas ^^