Allowing users on your website to set restrictions
Moderator: General Moderators
Allowing users on your website to set restrictions
Good morning,am a newbie to php......I have a page where a user can control ...and other users can sign up to the page . I want to grant users on my website the ability to choose their restrictions like a form where they can set restrictions like.....age,sex...ie if a user set restrictions to male only...I.e allow males ....another user which as sex set as female...won't be able to sign up on the users page...something like that...any form of help would be appreciated..thank u
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Allowing users on your website to set restrictions
Yes...they have accounts....where they choose their respective ages,sex interests and other things...thank you
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Allowing users on your website to set restrictions
You could just add those fields to the data table that hold the user account information. That would work if it is just a few items. Or have a separate table(s) that contain this information using the ID of the user table as the relational key.
(#10850)