Skip to main content

PRACTICAL 7_4

PRACTICAL 4: 


Create a simple registration and login system using the PHP and MySQL. This program is comprised of two parts: in the first part, create a user registration form, and in the second part we'll create a login form, as well as a welcome page and a logout script.


THEORY
In this web page,a simple registration and login system have been made using PHP and MySQL.

IMPORTANT TAGS & ATTRIBUTES:
  • session_start(): A session is started with the session_start().
  • isset(): The isset() function checks whether a variable is set, which means that it has to be declared and is not NULL.
  • header(): The header() function sends a raw HTTP header to a client.
  • session_destroy(): To remove all global session variables and destroy the session, use session_destroy().
SCREENSHOT WEB PAGE:












NAME:AYUSH SINGLA
ID:18CE122

Comments