Código PHP:
$le=$_POST['le'];//viene a ser un numero
$lec="leccion";
$leccion=$lec.le;
$ide= mysql_fetch_array(mysql_query("select id from ".$leccion." where nombre=".$name." and contrasena=".$pass.""));
$nom= mysql_fetch_array(mysql_query("select nombre from ".$leccion." where id=".$ide[0].""));
$pas= mysql_fetch_array(mysql_query("select contrasena from ".$leccion." where id=".$ide[0].""));
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/asicomco/public_html/mostrar_lecciones.php on line 36
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/asicomco/public_html/mostrar_lecciones.php on line 37
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home2/asicomco/public_html/mostrar_lecciones.php on line 38
a que se debe ?? como lo arreglo gracias de antemano