Jump to content

ideas needed


runnerjp

Recommended Posts

you can create all the information in a MySQL database which would hold all the info needed. Then use session or cookies on your site after the user logs in to get that info.

It is not that difficult.

1st    gather up all the information you would want the user to keep about him/herself.
2nd    create the table with all the required fields. this would include fields for username and password.
3rd    Create your pages for logging in and profile pages where things can be edited and such.

i have already done this. I can give you some code if you like. But my table structure will not be as detailed as you may want.

Ray
Link to comment
https://forums.phpfreaks.com/topic/13879-ideas-needed/#findComment-54058
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.