Fork me on GitHub

New Window on login  Bottom

  • I'm trying to compare my users login to another table, and if I have a match, to have a new window pop open telling the user some various information.

    I think this involves use a little a SQL query to do the compare, and then a PHP if statement. But what you put in the if statement?

    if ($user_login = $myvariable)
    {
    // what do i need to put in here to create the popup window?
    }

    Can anybody help?

    the variables are me just typing fast, but the actual variable is compareing the users pnuid for a match.

This list is based on users active over the last 60 minutes.