Posts by Werdeson • 9 points
4 posts
- 
		0 votes0 answers91 viewsQ: How to update database in form with Select input?in the file cadFilhote.php I have the function: function atualizarFilhote(str){ var id_filhote = str; var filhote = $('#filhote-'+str).val(); var raca = $('#raca-'+str).val(); var opcao =… 
- 
		0 votes1 answer32 viewsA: How to define Section positionIdeally show the code so we can define, but create a class for this section and set: position: relative; left: -10 !important; //ou seja, a distancia necessária para não "comer" a outra section Use… 
- 
		0 votes1 answer199 viewsA: I read in alphabetical orderORDER BY dadosevento ASC or take the event title as main and give ORDER BY to the event 
- 
		0 votes0 answers49 viewsQ: I can’t get file name and save to databaseI’ll be more specific, I have the system that works as follows, it scans a folder and takes all the txt files from the folder and shows me in link form, when clicking on the link it shows me what is…