Quote:
Originally posted by freddie
[B]add this after it on the same line
Code:
,style.title as styletitle
add this after it on the next line
Code:
LEFT JOIN style on (user.styleid = style.styleid)
|
owheeee!! nice hack, but watch your case in PHP
that's probably your problem guys
my browser just went beserk ^_^
"as" in the first code should be "AS"
"on" in the second code should be "ON"
and
there should not be parenthesis around "user.styleid = style.styleid"
Well, I changed those three and it was working then, so that's my guess, that they should be this way, but I could be wrong of course