Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

mysql to access

Options
  • 04-01-2007 4:52pm
    #1
    Registered Users Posts: 1,465 ✭✭✭


    G'day,

    Before I throw the comp ou the window. Anyone know how I would rewrite the following for an access database?

    $sql = mysql_query("SELECT password FROM user_table WHERE username = '$username'");
    $fetch_em = mysql_fetch_array($sql);
    $numrows = mysql_num_rows($sql);


Comments

Advertisement