I was wondering if there was a way to create a secure login using just php. Would it be secure? If anybody has anything PM me. Thanks.
Yes, it's possible. A MySQL database is the most common way of storing usernames and passwords. The passwords should also be stored as hashes, MD5+SALT.