Jump to content

Community functions help


goldman_silver

Recommended Posts

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!
Link to comment
https://forums.phpfreaks.com/topic/8773-community-functions-help/
Share on other sites

Guest askjames01
i suggest you use CLASS
for example;

[code]
<?php
  CLASS community {

     attributes declaration...

     function setup {
     more codes...
     }

     function registration {
     more codes...
     }

     and more functions...
     to fit your needs...
}
?>
[/code]

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.