|
#1
|
|||
|
|||
|
I have created a MYSQL database and a form on dreamweaver with all the fields I have mentioned in database but what I have to do to make people register with the form I mean to say if a person fill the form and click on submit OR register how can all the data will go in database I have created?
|
|
#2
|
||||
|
||||
|
You would need a server side code (php, asp, etc) to process the form data and insert in the database. http://www.php-mysql-tutorial.com has some good tutorials on this.
Hope this helps.
__________________
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989 The Testing Site | Atomic Yeti |
|
#3
|
|||
|
|||
|
I know this site but I think this is not mentioned in this tutorial about server side code where can I have that code?
|
|
#4
|
||||
|
||||
|
You have to actually make it
![]() That's why it's called... a "TUTORIAL". Edit: Here's a simple login script that I made: 1. Save this as login.php PHP Code:
PHP Code:
3. Goto: login.php?setup=true after you have configured your database stuff in the code 4. Remove the section where it tells you to. 5. Try registering/logging in.
__________________
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM. Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide Last edited by tech_support; 10-12-2007 at 01:30 AM. |
|
#5
|
|||
|
|||
|
Oh thank you so much!
|
|
#6
|
|||
|
|||
|
Hello... can anyone tell me what are the advantages of having a user registration... and what services can you offer to those who register? (the most common services...) Thanks
|
|
#7
|
|||
|
|||
|
Quote:
Usually a tier system is a good idea, where you give a global version of the site that anyone can view, a free version where people can register and may contain some proprietary / sensitive information and/or paid version, which is based upon a user giving money to the site (eg donation, monthly payment, yearly payment, etc...) basically it just depends on how you want to construct your site and what privileges you would like your users to have.
__________________
This is a forum system not a PM system for questions. please treat it appropriately |
|
#8
|
||||
|
||||
|
User registration allows you some idea of who a visitor is, and how they acquired an account. Is it paid? Is it free? Do you store their email? Credit card? Social security number? Username? IP?
It allows: Identification (such as posting on a forum) Limited access / Modified access / Full access (as described above) Security to some degree (such as admins who can upload files) Contact options (email, PM) Data storage/retrieval (very important, and many many uses) [indirectly] Connectivity between users, beyond what just an IP can offer Tracking (for security, hackers, or even malicious information gathering) A feeling of security for the user (whether or not it actually means something) To summarize: Storage, Identification, Security/Access.
__________________
Daniel - <?php?> | <html>| Ich lerne Deutsch. | Studio l'italiano. | Estudiaba español. | Estudo português. | 日本語の勉強。| मैं हिन्दी सीखो | درس العربية |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|