Posts by Matheus Soares • 85 points
3 posts
-
1
votes1
answer34
viewsQ: Fill inputs by pasting only one
I have 4 empty inputs and I have 4 paragraphs of text typed in the word. Would there be a way to copy the paragraphs and when paste into the first input it identify line breaks and distribute by…
jqueryasked Matheus Soares 85 -
0
votes1
answer186
viewsQ: Mount a result array of a php foreach
Hello! I am unable to mount an array with results from a foreach. Got and foreach foreach($Result as $Aluno): extract($Aluno); echo '<tr>'; echo "<td class='nome'>{$Nome}</td>";…
-
7
votes1
answer99
viewsQ: Doubt about using LEFT JOIN in mysql
I have the following problem: I have two tables. students and proof students have 10 students tests has 9 results (because one student missed) The union of the tables is given by the matricula…