Hello,
I am making a clan payment system.
I am working on the login/register part. Frist. When i try to login it says
Unknown column 'boob' in 'where clause'
I have inserted a column boob in the db
here is the part of the code which does that error:
PHP Code:
/* Select user from database */
$find = "SELECT * FROM clanpay_users WHERE username=$username & password=$password";
$query = mysql_query("$find") or die(mysql_error());