can i send variables to the next file assigning them like this:
$_POST["var"]="xpto";
and then in the other file:
$var=$_POST["var"];
?
if not wich method should i use?
i gess could send it through the session but that variable will only be necessary once.
thx in advance