Re: [PHP] create file after form completion

2011-10-29 Thread Tommy Pham
This line is consider 'top post'. Meaning you're posting on top of the reply. On Sat, Oct 29, 2011 at 12:12 PM, Pau wrote: > Hi, > > > > > Please try not to top post. > > sorry, but I do not understand the expression (I am not native, as you > might have guessed). Do you mean not to include the

Re: [PHP] create file after form completion

2011-10-29 Thread Pau
Hi, > > Please try not to top post. sorry, but I do not understand the expression (I am not native, as you might have guessed). Do you mean not to include the email in my reply? Sorry about that. > > To create a file, look into the fopen() function on php.net, which has plenty > of examples on

Re: [PHP] create file after form completion

2011-10-29 Thread Tedd Sperling
On Oct 29, 2011, at 12:38 PM, Pau wrote: > -snip- > > I am a newbie to php and I have been trying to get that information > somewhere, but I was not successful. > > A little help would be appreciated. In particular an example would be > wonderful. > > Thanks. Pau:

Re: [PHP] create file after form completion

2011-10-29 Thread Ashley Sheridan
On Sat, 2011-10-29 at 19:52 +0200, Pau wrote: > Hello, > > thanks for your answers. > > I do have a form already and I am using it to mail the results: > > > //include > // > $HTTP_POST_VARS = $_POST; > > $time = date("G:i:s"); > $ip = getenv('REMOTE_ADDR'); > > >

Re: [PHP] create file after form completion

2011-10-29 Thread Pau
Hello, thanks for your answers. I do have a form already and I am using it to mail the results: This is amazing Mr. $name My surname is $surname and my address $post "); ?> --- Instead of this, I would like to dump the results into

Re: [PHP] create file after form completion

2011-10-29 Thread Ashley Sheridan
On Sat, 2011-10-29 at 18:38 +0200, Pau wrote: > Dear all, > > I am looking for information on how to have a file created after a > user has hit a submit on a registration form. > > I want to use the variables typed in by the user to automatically > create a web page with those values. > > In th

Re: [PHP] create file after form completion

2011-10-29 Thread Stephen
On 11-10-29 12:38 PM, Pau wrote: Dear all, I am looking for information on how to have a file created after a user has hit a submit on a registration form. This is a subject that will take a bit of your time to understand. This web site is a good place to start: http://www.tizag.com/phpT/exa