RE: parse error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux