Re: create file after form completion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/examples/formex.php

You need to create an HTML form in your web page.

The form specifies the PHP file that is the "form handler". When the user clicks submit, their web browser calls your file that is the form handler and passes to it the data that they entered.

Exactly what your form handler does is up to you. You can:

Respond to the user
Save the data in a file or database
Email the data

Good luck
Stephen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux