Welcome Guest, Not a member yet? Register   Sign In
Unknown column 'xxx' in 'on clause'
#11

[eluser]vbsaltydog[/eluser]
Dont worry about it Smile

Just remember that you need to enclose strings in single quotes in mysql queries.
#12

[eluser]Aken[/eluser]
If the column in your DB that you're comparing / joining is a VARCHAR or other string-based column, the column value needs to be enclosed in single quotes in the query. The DB class will NOT automatically add quotes around your strings inside the join() method, like it does with other methods such as where().




Theme © iAndrew 2016 - Forum software by © MyBB