Posts by Luis Eduardo • 19 points
5 posts
-
0
votes0
answers189
viewsQ: angular material 2 - autocomplete does not work
I’m having a problem, the Angular Material auto complete does not work in my code. Loading the page does not appear nor the options. html <div class="form-group col-md-6 form-md-line-input"…
-
-1
votes1
answer565
viewsQ: Retrieve JSON values in Javascript
I have to create a JSON from a first JSON. { "event":"comprou", "timestamp":"2016-09-22T13:57:31.2311892-03:00", "revenue":250, "custom_data":[ { "key":"store_name", "value":"Patio Savassi" }, {…
-
1
votes0
answers187
viewsQ: Program does not run both For links within if - C
I have 2 ties for within a if, as shown below: if (grid[j][k] == words[i][0]){ int el = j, col = k; //Metodo direita, baixo for(l=0;l < wordlen(search_word);l++){ if(l%2 != 0 ){ // Procura à…
-
-1
votes3
answers107
viewsA: How to create the same codes to run in php7?
Use PDO. The use of PDO provides an abstraction layer in relation to the connection to the database since the PDO makes the connection to several databases in the same way, modifying only its…
-
0
votes1
answer40
viewsQ: PDO error - Call to a Member functio on null
I created a function to make a query in the BD and return a User from the variable $nome passed by parameter, however, when testing it enters the Else, someone would know where the error is? Note:…