You have PHP and MySQL on your site right? I just bought a program called PHP Form Wizard that creates forms for you. I like it a lot. It saves me tons of times. You can read the review and download the demo http://www.softpicks.net/software/php-form-wizard-21509.htm
It doesn't create the html form. You create the form inputs then it goes in and will post the data into a csv file database or send an email. Download the demo and see. I really like it.
wzkma8aa wrote: well i want to let users create an account.
in other words i want them to be able to register in my website.
how can i do that ?
Really, it depends why you want them to register. Will you be limiting access to parts of your site (or all of it) to registered users? What is your goal in requiring that users register an account?
timjpriebe wrote: Really, it depends why you want them to register. Will you be limiting access to parts of your site (or all of it) to registered users? What is your goal in requiring that users register an account?
well yes will be limiting access but only to some parts.
user authentication then, you can find it at hotscripts too, although I advise you use a cms for this for less hassle...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Megan posted this at 13:34 — 4th April 2006.
She has: 11,421 posts
Joined: Jun 1999
What exactly are you having problems with? Is it actually setting up the form or getting it to send the info somewhere?
sarangan posted this at 21:34 — 4th April 2006.
They have: 11 posts
Joined: Apr 2006
Here is the link for what you are looking after:
http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/index.html
teammatt3 posted this at 03:00 — 5th April 2006.
He has: 2,102 posts
Joined: Sep 2003
You have PHP and MySQL on your site right? I just bought a program called PHP Form Wizard that creates forms for you. I like it a lot. It saves me tons of times. You can read the review and download the demo http://www.softpicks.net/software/php-form-wizard-21509.htm
It goes for about $30.
wzkma8aa posted this at 04:24 — 6th April 2006.
They have: 5 posts
Joined: Apr 2006
well im having problems with getting it to send the info somewhere.
does php form wizard do everything for you.
teammatt3 posted this at 04:53 — 6th April 2006.
He has: 2,102 posts
Joined: Sep 2003
It doesn't create the html form. You create the form inputs then it goes in and will post the data into a csv file database or send an email. Download the demo and see. I really like it.
wzkma8aa posted this at 20:04 — 17th April 2006.
They have: 5 posts
Joined: Apr 2006
well i want to let users create an account.
in other words i want them to be able to register in my website.
how can i do that ?
timjpriebe posted this at 12:54 — 18th April 2006.
He has: 2,667 posts
Joined: Dec 2004
Really, it depends why you want them to register. Will you be limiting access to parts of your site (or all of it) to registered users? What is your goal in requiring that users register an account?
Tim
http://www.tandswebdesign.com
wzkma8aa posted this at 13:40 — 18th April 2006.
They have: 5 posts
Joined: Apr 2006
well yes will be limiting access but only to some parts.
demonhale posted this at 02:45 — 18th April 2006.
He has: 3,278 posts
Joined: May 2005
user authentication then, you can find it at hotscripts too, although I advise you use a cms for this for less hassle...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.