Click to See Complete Forum and Search --> : Login page for users / Best way to get user information using Forms


ShadowRayz
02-20-2007, 10:29 PM
Hi All,
I have been creating web pages (basic) for a while and need some assistance creating a site that will do the following (I am using FrontPage 2003):

- Create a site where the user fills out information and creates a login and password. The user can then login using that information.

- User fills out a form and the information is created in a database (possibly mysql) and emailed to me.

I have tried to takle the form creation per FrontPage help but get 404 error.:o

Thank you in advance...;)

Brian (ShadowRayz)

http://www.neversurrenderband.com

creedo
02-20-2007, 10:53 PM
what you need is a server side script that will process the request on the database and return the appropriate action upon accepted. PHP is one of the most common server side language and can do the thing that you want.

ShadowRayz
02-28-2007, 11:31 AM
So is there any documentation somewhere that can walk me through the process?