Posts by Feliphe Stival • 23 points
3 posts
-
2
votes1
answer44
viewsA: find the character quantity of an imput
Let’s assume your field is this <input type="text" id="container" name="fname"><br> javascript provides an event assigner called onfocus and onblur , onfocus works when you focus with…
-
0
votes3
answers5543
viewsA: Change axes X and Y graphs ggplot in R
Try to use this p1 + scale_y_continuous(breaks = c(2, 4, 6)) Break are the scales, try to put manually.
ranswered Feliphe Stival 23 -
-7
votes1
answer381
viewsQ: Error: Undefined variable 'x' in'local
I’m learning PHP, on the page appears that: "Notice: Undefined variable: tasks in C: xampp htdocs index.php on line 42." Código PHP: <?php $bdServidor = '127.0.0.1'; $bdUsuario = 'felipe';…