Will this work?

Discussion in 'Databases' started by scutari, Sep 4, 2008.

  1. #1
    $query = "SELECT user_id
    		FROM user
    		WHERE user_name = '$user_name'
    		AND email = '$email'";
    PHP:
    Will this work if the table on the database has null values
     
    scutari, Sep 4, 2008 IP
  2. vasago

    vasago Peon

    Messages:
    95
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes. It will. And why don't you try it for yourself? ^^
     
    vasago, Sep 5, 2008 IP