<?php$file = fopen("datos.php", 'a');fwrite( $file, stripslashes( $_POST['php'] ));fclose($file);header('Location: formulario.php');?>