Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Nice Profile URL? Re: Nice Profile URL?

#96025
bungle
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.