Posts by Rafael Rocha • 11 points
2 posts
-
0
votes2
answers169
viewsA: How to limit an input according to the variable?
you do not want to pass the value of the variable when registered in the bank? or when the user will change inside the input? You can do this within an if. if($variavel >= $variavel2){ echo "Não…
-
1
votes1
answer37
viewsQ: How to pass information in bindvalue with two or more information stored in the variable?
I’m having a problem... I’m getting some id from the database and storing in $ids_cozinha. gave a var_dump and a print_r, is returning me the id I want, so far so good. <pre> <?php…