Posts by Vagner • 25 points
3 posts
-
0
votes0
answers56
viewsQ: How to take updated input value and send to another html page
Good morning, everyone, I’m taking the data from a form as follows: function save(){ window.localStorage.setItem('nome', $('#nome').val()); window.localStorage.setItem('sobrenome',…
-
-1
votes1
answer73
viewsQ: Function codeigniter with sql
I have a function called tires on the codeigniter model And in the same model I have another function I need to call the function Cod tires Can someone tell me how I do it here an example of what I…
-
1
votes4
answers1661
viewsQ: Redeem name and show in option through id
I have a id table, example: user with id = 1, how can I get this user’s name using the id of it and show in a input? I did so: while ($dados = mysql_fetch_array ($sql)) {?> <option…