There are MANY ways to create a login page that stores names and info of members. The most common way is using MySQL, as said above, but what I usually do is save all of the user's information to a text or XML file. Then, use php fread/fwrite to adjust the file as users are added or edited. This...