When developing a PHP Web application, you should require a login and registration process as the bare minimum for security. In a Developer.com article, Sachin Khosla explains how to develop a login authentication and signup system using the CodeIgniter framework, known for its lightweight and minimalist footprint, but also for facilitating a complete MVC pattern.
Article link: CodeIgniter: Create Your Own PHP Registration System