Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\wamp\www\html\mp31.php on line 8
tu error son los tres puntos, yo tan solo los incluí como para indicar que pusieras la consulta a tu gusto
Haa Bueno, toy re mal entonces, yo pense que los tres punto eran parte del codigoDisculpas....Gracias una vez mas
Sigue sin funcionar: jejeAhora me da erro en la linea 9Código: Text <html> <body> <?php $link = mysql_connect("localhost", "root"); mysql_select_db("nestor", $link); $my_id = $_GET["id"];$sql = "SELECT id, name, url1 FROM canciones WHERE id = $my_id]";$res = mysql_query($sql, $link); while($row = mysql_fetch_array($res)){ >>>>>>LINEA 9 echo "<a href='index.php?id=", $row['id'], "'>", $row['name'], "</a>";}?> </body> </html>