hi sir~!
there are three programs---a.php,b.php,c.php.
and in a.php
we have :
<form method="post" action="b.php">
<input name="name" type="text" size="30">
so i can get variable $name in b.php
but how can i get the same $name in c.php??
i know ,maybe we can use session to do so ,
can you tell me ,where can i find information about session and
some examples,thank you ~!