asunpraise
MIS
To simplify my purpose, I have three forms here:
1. contains input field with accountName
<form method="POST" action="choose.php">
2. choose.php, this only processes the data and redirects to other pages according to different account names, this is one of them: header("Location: homec.php"
3. homec.php
Here is the question: I couldn't pass acccountName to homec.php.
Any ideas?
1. contains input field with accountName
<form method="POST" action="choose.php">
2. choose.php, this only processes the data and redirects to other pages according to different account names, this is one of them: header("Location: homec.php"
3. homec.php
Here is the question: I couldn't pass acccountName to homec.php.
Any ideas?