Ver Mensaje Individual
  #10 (permalink)  
Antiguo 01/03/2011, 14:30
OuuuChhh
 
Fecha de Ingreso: febrero-2011
Ubicación: Bogotá
Mensajes: 5
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: enviar archivo mp3 en mi servidor por correo

Cita:
Iniciado por fredyossa Ver Mensaje
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