Posts by Pedro Chagas • 71 points
3 posts
-
1
votes1
answer49
viewsA: Change Selection within a Select (form)
The solution found was this: <script> $('.modal').modal(); $('select').material_select(); </script> <script> $(".b1").click(function(){ $('#modal1').modal('open');…
-
1
votes1
answer49
viewsQ: Change Selection within a Select (form)
Good afternoon, I’d like you to help me with this: I have 3 buttons that open the same MODAL, and inside this Modal I have a Select with 4 options: 0 by default, and 3 more options from 1 to 3,…
-
5
votes4
answers9952
viewsA: How to make Mysql return utf-8?
If you are using PDO add this line: $pdo -> exec("SET CHARACTER SET utf8");
mysqlanswered Pedro Chagas 71