Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2008, 16:23
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 17 años, 3 meses
Puntos: 36
Re: libro de visitas

Archivo index_msg.php

Código PHP:
<?

$lineas 
file('msg.html');

foreach(
$lineas as $linea){

echo 
"$linea<br />";

}

?>

<form action="procesa.php" method="post">

<textarea name="msg" id="msg" rows="6" cols="30"></textarea>

<input type="submit" value="Enviar">

</form>


Archivo procesa.php

Código PHP:
<?

$msg 
$_POST['msg'];

$f fopen('msg.html',"a");
fputs($f $msg."\r\n");
fclose($f);

header("Location: index_msg.php");

?>

Crea también un archivo llamado msg.html con permisos 0777
__________________
Spread Firefox | Download Day 2008
¡Únete en nuestra misión para alcanzar el Record Guinness al software más descargado en 24 horas! http://www.spreadfirefox.com/es-ES/worldrecord/