Re: Sending a message

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

 



you must check setting your session with this one:

if(isset($_SESSION['user']))
    {


        // Identifying the user
        $user = $_SESSION['user'];

        // Information for the user.
    }
tell me what you have done in login page?

[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