Posts by Alexandre Justino • 136 points
1 post
-
2
votes1
answer742
viewsA: IF inside while PHP/MYSQL
Remove the quotes and the point and comma inside these if’s: !empty("$lista['primeira_opcao'];") So he’ll stay that way: !empty($lista['primeira_opcao']) In your echo’s, you’re printing everything…