Try a more simple:
<?php
session_start();
session_destroy();
echo("You are now logged off <br>");
?>
"Joe Van Meer" <[EMAIL PROTECTED]> ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>    Hi again, I've just completed my logout process, everything is going
> great but after I log out (logout.php has session_start() followed by
> session_destroy(). )
> I get two weird symbols printing out. One is like a box and the a "B". My
> code is below.
>
> <?php session_start(); ?>
>
> <?php
> session_destroy();
> print "You are now logged off." & "<BR>"
> ?>
>
>
> Any ideas why I'm getting these 2 symbols printing out?
>
> Thx Joe :)
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to