Home › Forums › Back End › Nice Profile URL? › Re: Nice Profile URL?
February 2, 2012 at 2:13 pm
#96025
Member
What is this line
$writes = mysql_query(“SELECT `id` FROM `husers` WHERE 1”);
trying to do? That is the source of your boolean error, I had not noticed it before. WHERE needs a match to look for.