JKnoch
03-08-2008, 07:57 PM
Im taking over a non for profit site, that has no budget. They want to set up a member login so members who have payed their dues, can access newsletter and other member forms. Nothing will be terrible important or needs to be secure. The owner of the site wants to be able to update the database of names regularly when member pay their dues.
I was thinking that maybe I could have a text file with members email addresses. That file can easily be updated and uploaded by the site owners with no help from me.
My plan is to have the login in form check the text file for the email address. If the email address is on the text file, they get access, if not the do not. Is this possible?
I know I can set up an array on a php page to check for email addresses, but I can imagine that it would be too confusing for the site owner to change that, but setting up text file list should be easy enough.
I was thinking that maybe I could have a text file with members email addresses. That file can easily be updated and uploaded by the site owners with no help from me.
My plan is to have the login in form check the text file for the email address. If the email address is on the text file, they get access, if not the do not. Is this possible?
I know I can set up an array on a php page to check for email addresses, but I can imagine that it would be too confusing for the site owner to change that, but setting up text file list should be easy enough.