Lets say that I have a form and a validate all the input on the same page...(with php) and then, if everything is correct, I want to send the variables (in this case, "$username" and "$password"
to another file.... how can I do that?
(I'm trying to make some simple form of session-thingy here.....because I don't understand a shit about sessions =((
thakns for your help...
-Dim