Cita:
Iniciado por fredyossa
enlace.html formulario.php Código PHP:
<html>
<head>
<title>formulario</title>
</head>
<body>
<form action="" method="get">
Cancion:
<input name="cancion" type="text" value="<?php echo $_GET['cancion']; ?>" />
</form>
</body>
</html>
Muchas gracias! esta noche lo pruebo a ver que tal me va