Posts by Anderson Miranda • 36 points
1 post
-
2
votes1
answer20
viewsA: Not bringing the data with multiple filters into a table mysqli
The error is on the line: $query . " WHERE **LOCAL = (" . $selectedOption . " AND net = " . $selectedOption2 . ")**"; remove the parentheses in the call, put it like this: $query . " WHERE **LOCAL…