Posts by Felipe Auler • 133 points
7 posts
-
2
votes1
answer995
viewsQ: Too Many Arguments to Function 'address* finds()'
I am trying to compile this code in Devc++ but keeps giving this error [Error] Too Many Arguments to Function 'address* finds()' #include <stdio.h> #include <stdlib.h> #include…
-
2
votes1
answer1930
viewsQ: Php array check for values or keys
[TotalPed] => Array ( [VlrTotalIPI] => 0.00 [VlrTotalItens] => 652.68 [VlrTotalDesc] => 0.00 [VlrTotalPed] => 652.68 [PercComPed] => 0.00 [PercComPed2] => 0.00 [VlrFrete] =>…
-
0
votes1
answer138
viewsQ: php undefinex index
index.html Customer Registration <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.css"> </head> <nav class="navbar-default navbar navbar col-lg-12"> <div…
-
0
votes1
answer103
viewsQ: jQuery POST php mysql (mobile)
I’m trying to do a post with jQuery mobile on my internal server, when I run the post by the browser it inserts the registry running 100% with exactly the same code, now when I do the test in the…
-
3
votes2
answers1848
viewsQ: Ajax returning [Object Object]
HTML index.html <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script…
-
4
votes2
answers1362
viewsQ: PHP Current business days/ Missing days
I would like to know about if you have a specific function or how to do about the current working days for example today is day 26 or is 18 current working day of the month and so on and as change…
-
1
votes1
answer77
viewsQ: Chartjs 2.0 Rotation
How can I rotate the text? What do I have: I’m trying to rotate but the ctx.translate doesn’t work right, see: This is my code: animation: { onComplete: function () { var chartInstance = this.chart;…