Posts by jv alves • 23 points
3 posts
-
0
votes0
answers14
views -
0
votes0
answers6
viewsQ: How to configure Eclipse to add empty lines at the end of a file?
There is a way to set up Eclipse IDE for PHP to add blank lines when arriving at the end of the window where I am writing my code? NOTE: My intention is to make sure that I do not have to give enter…
-
2
votes1
answer2234
viewsQ: How to receive data from a form via the HTML class attribute?
I know it is possible to "call" the name of a form in a php file. But in a php file, it is possible to "call" a class made in a form to get the same effect of "calling" the name, i.e., how to send…