My question is how can I get control of variables via "POST" without having to print them out through a form text area. See I have the $username and $password variables that I take at the login.php. Now in the next stage the variables are used to connect to the MYSQL server and depending on what you selected from the menu you can now edit a certain table on the database... ok now you submit your data, now I have to use the username and pw variables again to reconnect to the MYSQL server and update the database.
So the problem is at the second stage I have to have a text box that has the username and password to keep the variables going on to the next page... So I dont want to print the username and pass to keep them, if someone can tell me how to get around this I will stop 🙁 . Also I have the menu variable that is a int to pass...