Question : So .. I have 3 table: user: | ID | NOME | SOBRENOME | | 01 | Igor […]
Q & A Coding
jQuery Masked Input – Is it possible to recover the mask attached to the field?
Question : I’m using jQuery Masked Input Plugin with jQuery Validation Plugin . When a form field loses focus, the […]
Put date in American format with substring
Question : How to put the string 22012018 which is a date in the American format to save to the […]
Scheduled Tasks on the Web
Question : In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder […]
Toggle colors in table with PHP [duplicate]
Question : I have a code that displays a table in the% list of registered%, and to embellish, the code […]
What is the best way to send HTML email in Django?
Question : I am a beginner in Python and Django and in the project I am doing for study, I […]
How to publish application made in Node.js
Question : Well, I’m new to Node.js, I was able to set up an example application, learned a lot of […]
How to find out which extensions are installed in my PHP?
Question : Is there any way to find out which extensions are installed in my PHP? I already know I […]
How to effect loading from the terminal in only one line?
Question : How can I do a loading effect by giving refresh on only one line of the terminal when […]
I can not check if an array is empty or null
Question : I need to display a message whenever my array is empty or null, but I can not. I […]