Posts by Pedro Coimbra • 31 points
3 posts
-
0
votes1
answer224
viewsQ: How do bindValue in PHP when the value is an array?
I’m trying to pass more than an id to search in my program but the search only brings an object with the data of the first id, query code in sql: public static function listar_servidores_ids($id){…
-
0
votes1
answer101
viewsQ: How to call a js function in html
Good I’m not sure but I think the error is in the form in which I am calling the js function. Follow the code: createdCell: function(td, cellData, rowData, row, col){ //td: a coluna em questão…
javascriptasked Pedro Coimbra 31 -
2
votes1
answer962
viewsQ: Format date in datables for dd/mm/yyyy
I would like to know how to format the date I took from the database (yyyy/mm/dd) to (dd/mm/yyyy), I searched in the documentation of the plugin I am using (Datatables) and it seems that I can only…
javascriptasked Pedro Coimbra 31