Posts by Luiz • 15 points
3 posts
-
1
votes2
answers114
viewsQ: How to format html tags with javascipt
How do I, so when someone types an html tag, in my online editor, javascript sets a color for that tag ? An example would be: < html> //Essa tag teria sua cor mudada por uma função function…
-
-4
votes1
answer36
viewsQ: Connection problems
When sending the form to register the email entered in the field it should simply register in the database, but it does not register, how can I solve? <?php $conect =…
-
0
votes0
answers35
viewsQ: Make application store server messages
I want my android app whose goal and communication between school and parents, sending notes, notices, store a copy of all messages backup type,and the app owner have access to copies ? You can do…