practicequestions
practicequestions
o Display the current theme based on the cookie value. If not set,
default to light mode.
Include a "Logout" option that:
o Ends the session.
Tasks:
1. Write PHP scripts to:
o Handle login using $_POST, create a session, and set the cookie.
Q: Create a PHP web form that collects the user's name, email, and age. Implement the
following features: