Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Boolean data type represents simple True or False values.

learn more… | top users | synonyms (1)

1
vote
1answer
4k views

mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in [duplicate]

I'm have some trouble checking if an FB User_id already exists in my db (if it doesn't it should then accept user as a new one and else just load the canvas app). I ran it on my hosting server and ...