Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Online Login / Authentication System without database
Rating: 3.9 out of 5(15 ratings)
992 students

Online Login / Authentication System without database

Learn How to Develop the Login System Step by Step
Created byHariprasath P
Last updated 8/2017
English
English [Auto],

What you'll learn

  • How to develop login application using PHP without database

Course content

6 sections12 lectures1h 11m total length
  • Understanding the Curriculum2:41

    Learn to design a simple login page using BHB without a database, covering essentials, architecture and system design, tools, development, analysis and design, and testing.

  • The Essentials Before Getting Started9:34

    Explore essentials of a web login application, comparing static and dynamic scripting languages, applying HTML/CSS design and JavaScript validation before server-side PHP processing.

  • The Fundamentals of HTML9:11

    Explore the fundamentals of HTML, including headers, title and body structure, and essential tags for paragraphs, code, links, and basic styling such as bold, underline, centering, and font size.

  • The Fundamentals of PHP13:24

    Explore the fundamentals of PHP, including basic syntax, echo and print, variables, conditionals, and loops, and run scripts on a local server for a database-free online login prototype.

  • Fundamentals of Validation5:06

    Learn the fundamentals of input validation on a login page without a database, and validate user inputs using HTML5 techniques instead of JavaScript with practical form examples.

Requirements

  • You should be able to know fundamentals of computer science

Description

Online Login Application System Development Without Database

To ensure security, any application should be accompanied with the login page which provides access only to the permitted users. This video illustrates about how to design and develop a simple login page for web applications without using any database connectivity. This lecture will be very useful for beginners to understand the logic behind the authentication system and it is very easy to implement too. 

I followed SDLC (Software Development Life Cycle) Approach to develop this software so that the learner can feel more comfortable while learning the lectures.

Who this course is for:

  • Basic level programmers
  • Web Designers and developers - Basic level