runnerjp Posted July 6, 2006 Share Posted July 6, 2006 hey hey all...i will cutt to the chasei wanna make a area where users can create profiles about themselfsany ideas on how i could go about duin this?? Quote Link to comment https://forums.phpfreaks.com/topic/13879-ideas-needed/ Share on other sites More sharing options...
craygo Posted July 6, 2006 Share Posted July 6, 2006 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 Quote Link to comment https://forums.phpfreaks.com/topic/13879-ideas-needed/#findComment-54058 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.