Jump to content

Database help needed


studgate

Recommended Posts

Hi Guys,

  I need some help resolving a simple problem. I have two tables

one is user and the other is activity. The user can't filled the activity

form without logging in, when they registered, all the information was asked.

What I want to do is when

the user is filling out the activity form, the user's information (first name,

last name, address, city, etc) can be inserted into the form, the user

can leave it or change it if they want.

Thanks in advance guys!

Link to comment
https://forums.phpfreaks.com/topic/97136-database-help-needed/
Share on other sites

do you know how to build sessions? because this is not a simple thing to learn and I would just suggest finding an open source php membership system to start out with such as any open source CMS. You could also find barebones membership systems that are designed for only that but still if you want one built from scratch you will need to hire and pay someone to do that or spend quite a bit of time learning how to do it yourself.

Link to comment
https://forums.phpfreaks.com/topic/97136-database-help-needed/#findComment-497161
Share on other sites

Hi Guys,

  I need some help resolving a simple problem. I have two tables

one is user and the other is activity. The user can't filled the activity

form without logging in, when they registered, all the information was asked.

What I want to do is when

the user is filling out the activity form, the user's information (first name,

last name, address, city, etc) can be inserted into the form, the user

can leave it or change it if they want.

Thanks in advance guys!

 

I don't think what you are trying to accomplish is that difficult, but your post sounds like you're pretty much asking the folks here to write the script for you.  I agree that you should either find an open source package, or spend some time learning a little more about PHP and figure it out on your own... The actual database side isn't that hard, and if you did go with a sessions approach, you could set up something pretty straightforward to authenticate users and store particular session variables depending on who is logging in...

Link to comment
https://forums.phpfreaks.com/topic/97136-database-help-needed/#findComment-497217
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.