I have 3 files, login.php, verify.php and list.php.
User input his/her name and password at login.php.
In verify.php, I verify the username and password from the user input in the text boxes at login.php
The problem is after verified, how do I send the username and password from verify.php to list.php?
Thanks.
Alex