-1
How can I make PHP accept accents like " " and " ". It would have to work on this list I created in PHP (This is not the complete code from the list).
<td><?php echo $dado['RM'];?></td>
<td><?php echo $dado['Nome'];?></td>
<td><?php echo $dado['Email'];?></td>
<td><?php echo $dado['Turma_ID'];?></td>
Thank you very much, yes! You are very good in PHP, my congratulations, and you are right, I am depending a lot on Stackoverflow, however I do not do this due to lack of desire to search, is that I am really lost with PHP and my English is not very good... But yes, I use w3schools, so much so that I learned a lot of CSS there.
– Vinicius Borges Lima
Vinicius, rest assured... using Stackoverflow is normal for every programmer, I sent you W3schools anyway, just for future study. Ask questions here whenever you want and ask!
– Luis Alberto Batista
Thank you Luis! Have a great day!
– Vinicius Borges Lima