I know well session....and i use it when necessary
but it's not simple (i know how to do.....but require more code!) to redirect to a page and use the session variables........
if you come from a <form method="post" name="form" action="page2.php">
and you send variables with text,or hidden fields....redirect to that page and have the values of some fields with the last entered string is simple with an header ("Location: page.php?name=$name&surname=$surname");
the text fields have only to have a
<input type="text" name="name" value="<?=$name?>">
I repeat ....i think that there must be a way to do this with header();
don't know how.......it's always a post to a page....
With header you can also change some useful informations on the page you want to post to browser........
NO ONE KNOW HOW TO DO THIS THING?IF IT'S POSSIBLE OR NOT POSSIBLE WITH PHP HEADER COMMAND?