Maybe not
The following passes me on without error, but does not actually log me on?
Put in a fake name, and it still passes me on to the index page.
I took this straight off the phpbb help files?

Brad


<?php
        if(!isset($_SESSION["userid"]))
        {
?>
<form action="/phpbb/index.php" method="post" target="_top">
<?php
        }else{
?>
<?php echo $_SESSION["userid"] ?>
</form>
<?php
        }
?>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to