I have a login form on the first page, from which I want to take the username and password and save them as session variables to take them forward from page to page.
the part of my code that does this is ;
if ($username && $password) // everything is OK
{ // query the database...
Can anyone help please......
on page 1. I have got a form that shows the result of a query and also has text boxes for users to add information. as a result of the query it is more than likely that there will be multiple rows to this table.
on page 2. (process.php) I am trying to code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.