i want to make a simple user authentication page but im confused on how to use sessions.
heres the deal:
i have a page with two text fields; one for username the other for password. within that page... i want to have a link that would say 'login'. also, i dont want to use forms (unless its the only way to do it)
how do i take the variables from that page to the next page after the user has clicked on the link that says login?
lets say the first page is "index.php"
the username textfield is named username
the password textfield is named password
the page that i want the values sent to is "authentication.php"
somebody please help.