Posts by Lucas Carneiro • 43 points
4 posts
-
0
votes1
answer201
viewsQ: How to clear an input when clicked?
I have a form and I want it to appear in the field when loading the page "Insert your name here" and when the user clicks to type, I want that sentence to go away! Is it possible ? How is it done?…
-
0
votes4
answers880
viewsA: Why is it not advisable to use PHP codes in the same HTML document?
Friend, sooner or later you will have to integrate the two languages, unless you do not want a dynamic page! however, it is advisable to reduce as much as possible the "mixing" of the languages, in…
-
0
votes3
answers543
viewsA: Show or hide a div as selected option
Friend for this You will need to use PHP...makes the login scheme and sets the condition so that if the user is logged in, print on the screen the part that Voce wants to see...will need a database…
-
3
votes2
answers1041
viewsQ: How to check if a date is already in the correct php format?
I’m picking up a date in form and in firefox the DATE field behaves like a normal text field. Ai, if the person type a date in the format dd/mm/yyyy, I have a function that converts this date to…