This maybe part HTML question but also PHP...
I have a login page where I have user_id and password input fields. Once both are entered, user clicks submit. How do I go about setting session variables from this page to pass to the next page(s)?
My inputs are as follows:
Input Name="user_id" id="user_id"
Input Name="passwd" id="passwd"
I have a login page where I have user_id and password input fields. Once both are entered, user clicks submit. How do I go about setting session variables from this page to pass to the next page(s)?
My inputs are as follows:
Input Name="user_id" id="user_id"
Input Name="passwd" id="passwd"