Posts by Luiz Kraisch • 23 points
4 posts
-
0
votes0
answers13
viewsQ: Smartcsv Key Mapping does not change Hash keys
I have a CSV file that I interpret through Smartcsv. However, I need the keys names of the generated hashes to be changed, for use I am using Smartcsv key_mapping but it is not changing the names. A…
-
-1
votes1
answer47
viewsQ: View data from fetch array in modal - PHP
I’m making a task application with database, in which data is stored in a mysqli_fetch_array and listed in a loop while. When I click on a expand button, which has in the task structure (code…
-
0
votes1
answer67
viewsQ: Jquery to open PHP loop div
I have an application that lists registered tasks for each user, and this is in a while PHP loop that has a fetch array with mysql to create the list. The problem is on the button that expands the…
-
-1
votes1
answer134
viewsQ: Error in call of Arrow function on button - React Native
I want to call the clearMemory function by the "AC" button but I’m not getting it. Follow the reference code: export default class App extends Component { state = { displayValue: '0', } addDigit = n…