Posts by Tago • 3 points
2 posts
-
-1
votes2
answers109
viewsQ: How to hide short words with PHP
I am developing a tool that searches keywords in a text and compares them with those registered by the client. If there’s a coincidence, then he fires an e-mail to the client. The question is this:…
-
0
votes1
answer94
viewsQ: Save data attribute data to an Hidden input
I have a form and would like to take the values of the 'data-aliquot' attributes and put inside an invisible input. I don’t know how I can do it. <form> <input type="text" id="cidade"…