Hey, I am having users sign in on a index.php which directs them to the members page (same: index.php). There i have links that open small windows via js. These have session_start() in them to continue the same session variable. Then there i would have something like:
[snip] $tusr = $_SESSION['fn'] . " " . $_SESSION['ln']; or sendReceived( $_POST['title'], $_POST['tusr'], $_SESSION['email'] ); [/snip] So it is supposed to get the right info from the current sesssion with which one logged in. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php