Quantcast
Channel: User andrewsi - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Comment by andrewsi on MYSQLI Statement error showing incorrect but its correct

$
0
0
@JohnWilliams - you're looking to see if the query is returning a literal TRUE in your first if statement; that won't happen with a SELECT statement. Instead, you should be getting a result object, which will never resolve to TRUE

Viewing all articles
Browse latest Browse all 51

Trending Articles