goldman_silver Posted April 30, 2006 Share Posted April 30, 2006 I wonder if someone can be so cind and help me solve this few problems i have with my community.i want to have it like this:a new member have been registerd and now i want it like this. The new formed member gonna get his/her completly own "home" at the site there he or she can modify it, if he/she wants to. also a settings panel for the member there he or she can change passwords and so on. i dont exactly know how to form and make this functions, so it will be very cind of you people if you would help me with some code examples or tips of guides and so on that i can take help from! Quote Link to comment https://forums.phpfreaks.com/topic/8773-community-functions-help/ Share on other sites More sharing options...
Guest askjames01 Posted April 30, 2006 Share Posted April 30, 2006 i suggest you use CLASSfor example;[code]<?php CLASS community { attributes declaration... function setup { more codes... } function registration { more codes... } and more functions... to fit your needs...}?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/8773-community-functions-help/#findComment-32225 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.