Hi,
I am new to using PHP and I found a script on the internet for a Member's only area at
PHP MySQL Login*Script. The script is working, but I would like to make sure that the people who sign up to access the Members Only Area are paid members. Currently, anyone can signup whether they are a member or not. My thought is to create an additional table called "Paid Members" which stores the paid members names and have the registration form check the "Paid Members" form to see if the person trying to sign up is listed in the "Paid Member's" table. If the person is listed, the form data in the sign up form is sent to a member's table that came with the script that I found. If the person isn't not listed in the "Paid Member's form that I created, then they are given a message that they are not a member and the form data is not sent to the "Member's" table. What code do I need to implement to make verify if a person is a Paid member. Thanks in advance for anyone's help.
L