Jump to content

test site stored and personal member site


gwolff2005

Recommended Posts

Hi, guys,

 

I need your help. I am a complete newbie but need to do the following...

 

I need to develop a personla membersite, so when a member logs in, it has a personal greeting, and everything. I managed to do the login page already, but upto now after the login the page would look for everyone the same.

Problem: How can I customize it, e.g. by a personal greeting.

 

In this member area has to be psychological test, which consists of three pages. After the user has done the test. His test results should be shown on the entry page, after he logs in.

Problem: When the user has now finished the first page and goes to the next one, how can I save the data already, that is does not get lost?

The following is probably a complete questions for beginners: How can I store the data of the test for each user (there will be quite a hundred thousands) so it is saved in hios row and not in someone elses...

Thanks so much in advance for your help. I am LOST at the moment!

Link to comment
Share on other sites

You would select the members data from the database in order to display a personal greeting.

You need a good database design to store the test input. Use the member id as the foreign key against the test result so you can join the member to the test data.

To keep the data persistent through the pages of the test use sessions. You should already be using a session to check that the member is correctly logged in.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.