PDA

View Full Version : Making Forms Work ?



pwillis
06-10-2007, 06:10 AM
Hello all. I'm a complete newbie to all this and have what I hope is a simple problem to be addressed.

I would like to create a user account on my xtml based website and enable my users to sign up. Once I create a form with all the specifics I'd like covered, how do I actually make it work and communicate with the server? I'm under the impression that it has something to do with CSV but am clueless as what that means. Similarly, I'd like to implement the same of course with my login screen.

How do I go about all this?

Thanks in advance!

P

charlesgan
06-10-2007, 10:05 AM
form is plain html.. you can use dreamweaver to help you on this.
basically, set the form to POST to where.... this will be the page that process the form.

and the processing page will grab the input field and process accordingly.

http://www.tizag.com/phpT/forms.php

pwillis
06-10-2007, 02:31 PM
Thanks Charles,

Is the form processed with a particular file on my bluehost server in the public_html folder?

comperr
06-16-2007, 11:04 PM
it is whatever you set action to
try http://www.w3schools.com/html/html_forms.asp
for the basics of forms
or
http://www.w3schools.com/php/php_forms.asp
for some parsing
if you are looking for a formmail script try
http://www.dtheatre.com/scripts/