Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: For you requirements it sounds like you want a separate table for each user. Although I'm not sure if this is the most efficient option. Perhaps you could add a field on your table to hold user_id which would reference your users table using foriegn/primary keys. Then you could use … | |
Re: as in if(!isset($_POST['password'])) { echo "sorry you didnt fill out password"; }else { //as normal } you can use many ifs to check that they filled out the form. |
The End.