<html> <body> <?php require_once("mainfile.php");include("header.php");$link = mysql_connect("localhost", "root"); mysql_select_db("nestor", $link); $result = mysql_query("SELECT * FROM nuke_authors", $link); echo "<b> Cancion: </b>".mysql_result($result, 0, "name_cancion")."<br>"; echo "<B> Url: </B>".mysql_result($result, 0, "url")."<br>"; echo "<B> Artista : </b>".mysql_result($result, 0, "artista")."<br>"; echo "<B> Valoracion :</b>".mysql_result($result, 0, "valoracion")."<br>"; echo " "include("footer.php");?> <a href="add.php">Agregar</a> </body> </html>
Parse error: parse error, unexpected T_INCLUDE, expecting ',' or ';' in C:\wamp\www\html\mi.php on line 15
Citar1-<html> 2-<body> 3- 4-<?php 5-require_once("mainfile.php");6-include("header.php");7-$link = mysql_connect("localhost", "root"); 8-mysql_select_db("nestor", $link); 9-$result = mysql_query("SELECT * FROM nuke_authors", $link); 10-echo "<b> Cancion: </b>".mysql_result($result, 0, "name_cancion")."<br>"; 11-echo "<B> Url: </B>".mysql_result($result, 0, "url")."<br>"; 12-echo "<B> Artista : </b>".mysql_result($result, 0, "artista")."<br>"; 13-echo "<B> Valoracion :</b>".mysql_result($result, 0, "valoracion")."<br>"; 14-echo " "15-include("footer.php");16-?> 17-<a href="add.php">Agregar</a> 18-</body> 19-</html> Parse error: parse error, unexpected T_INCLUDE, expecting ',' or ';' in C:\wamp\www\html\mi.php on line 15
1-<html> 2-<body> 3- 4-<?php 5-require_once("mainfile.php");6-include("header.php");7-$link = mysql_connect("localhost", "root"); 8-mysql_select_db("nestor", $link); 9-$result = mysql_query("SELECT * FROM nuke_authors", $link); 10-echo "<b> Cancion: </b>".mysql_result($result, 0, "name_cancion")."<br>"; 11-echo "<B> Url: </B>".mysql_result($result, 0, "url")."<br>"; 12-echo "<B> Artista : </b>".mysql_result($result, 0, "artista")."<br>"; 13-echo "<B> Valoracion :</b>".mysql_result($result, 0, "valoracion")."<br>"; 14-echo " "15-include("footer.php");16-?> 17-<a href="add.php">Agregar</a> 18-</body> 19-</html>
Puedes indicar donde se encuentra el archivoCODE require_once("modules/Songs/mainfile.php"); CODE include("modules/Songs/mainfile.php"); Si no lo haces toma la ruta donde se encuentra el archivo que lo manda llamar