Hi, im fairly new to php and mysql but have been progressing well but slowly.
This is my problem.
Hi have a site where there are 2 different member areas. one for coaches and one for clients.
They are set up securly using php and mysql and sessions.
What i need to do is install a message board that both clients and coaches can access but not the general public!
How would you do this??
I was thinking i could install something like PHPBB and put it behind a secure directory. The only problem with that is having to change the htpasswrd file every time a new user signs up and also having to email them their user and password.
Once they are logged in to either there client or coach area is there a way of linking them to the messageboard but not allowing the public to acces the message board
Is their a more effecient way to doing this than my idea?
Really appreciate any advice
Thanks
Ben
This is my problem.
Hi have a site where there are 2 different member areas. one for coaches and one for clients.
They are set up securly using php and mysql and sessions.
What i need to do is install a message board that both clients and coaches can access but not the general public!
How would you do this??
I was thinking i could install something like PHPBB and put it behind a secure directory. The only problem with that is having to change the htpasswrd file every time a new user signs up and also having to email them their user and password.
Once they are logged in to either there client or coach area is there a way of linking them to the messageboard but not allowing the public to acces the message board
Is their a more effecient way to doing this than my idea?
Really appreciate any advice
Thanks
Ben