close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Getting started with club membership, 2 users per account

Thread began 3/17/2011 3:11 pm by Dennis | Last modified 3/22/2011 8:51 am by Dennis | 1246 views | 2 replies |

Dennis

Getting started with club membership, 2 users per account

Hi,

I'm preparing to create a membership registration process for our dog club of about 600 members. I would like to use an existing membership database (Excel spreadsheet) as a means of verifying membership status. I have been successful in importing the spreadsheet into a MySQL database and am currently using it as on a member look-up (search) page. Now I would like to add my additional fields to the database such as userid, password, acess level, etc.

One of thing I don't know how to handle is, the club membership allows for a single or household (dual) membership. So a record in the database will have one mailing address but can have two members. Member1_email, Member2_email, Member1_Judge (Yes/No), Member2_Judge (Yes/No).

My goal is to create a system where each of the two members has their own UserID tied to the single membership record. Either member (or just the primary member if that’s easier) could update their own membership information such as email address, mailing address, telephone number, etc.

I would also like to assign an access level to each individual member, so if that person joins a committee he/she can access that committees internal webpages.

Also I would also like to assign other information (by way of fields in the database) to an individual, such as if that person is a Judge. Then in the member look-up page a person could search on members that were judges.

My first step is to setup the existing membership database with additional columns I need.

So my first questions are: is the above doable by a non-programmer? How do I distinguish Member1 from Member2 (in the same record) for the login setup? What other suggestions can you give me?

PS: I am using DreamWeaver CS5 and own most of the WA extensions (SuperSuite and then some).

Thanks,
Dennis

Sign in to reply to this post

Jason ByrnesWebAssist

  So my first questions are: is the above doable by a non-programmer?  


What you are trying to accomplish is not an easy task. it will require a decent understanding of relational databases and how to set them up.

Sure it is doable by a non programmer as long as you are willing to learn about relational databases and are not tied to a strict deadline, if you are tied to a strict deadline, then it would be a good idea to get help in setting this up through the job board



  How do I distinguish Member1 from Member2 (in the same record) for the login setup?  



Here's where we start to get into relational database design. the two users will need to be in separate records.

the users personal information would be stored in a users table.

any information that can be shared by two users would be stored in a separate table.

in this case, you can have household memberships where both users share the same address. The address information will be stored in a separate table the users table will have a foreign key column to create the relation ship between the user record and the address record.

  What other suggestions can you give me?  


Read up on relational database design, there are a number of good books on MySQL and PHP , most of them will have chapters that explain the database structure, then give step by step on developing the PHP to use that database structure.

look through the bookstore shelves to find one that goes through creating a membership site, try and find a few of them, and find the one that matches what you are trying to accomplish closest.

Sign in to reply to this post

Dennis

Thanks Jason, I will do a little more research, as you suggest.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...