echo "$txtuser and $txtpassword "; /////// this is OK, user and password were printing
session_register("txtuser")
echo "<a hret=\"menu.php\"> Enter to menu</a>
?>
</html>
===============================================
menu.php
<html>
<body>
you are <?=$_SESSION["txtuser"];?> ///////////// this is not print out the user krub
</body>
</html>
===============================================
Pls help me krub.... target is need $txtuser for show on all page krub...