now i have created a different level of registered user for a book store.
how do i set their priority base on 1st membership can only borrow one book
2nd membership can only 2 books and a trial membership where he can have 10 day trial period where he can only borrow 2 books.
help is very much needed... advance thanks.
different level of membership
Moderator: General Moderators
do you have anything off of which you're currently working? your question is very vague and without further knowlege of the system you have (or are trying to build), it's tough to answer.
I'd say (for starters), you should use sessions and set a session var based on the user group to which your users belong. You can then set 'permissions' accordingly.
I'd say (for starters), you should use sessions and set a session var based on the user group to which your users belong. You can then set 'permissions' accordingly.