Posts by Myller Meireles • 19 points
6 posts
-
0
votes1
answer34
viewsQ: List only contracts due by ID and do not consider if ID has contract in force
Fala galera... I need to list only the EXPIRED contracts, because when the company renews the contract, the data of the expired (old) contract remain in the BD with status "0". So we have: 1…
mysqlasked Myller Meireles 19 -
0
votes0
answers25
viewsQ: Input mask does not work on mobile devices
Hello! I have the codes below and they work in desktop/ notebook quietly, but when we use smartphone/ tablet the masks of inputs (phone) do not work. Javascript code: function formatar_mascara(src,…
javascriptasked Myller Meireles 19 -
0
votes1
answer29
viewsA: Javascript date validation using aaa-mm-dd PHP dates
I was able to make it run like I had to! Compare the two codes and see what was wrong with the first one. The code below is running 100% as accurate. <script language="javascript"> function…
-
0
votes1
answer29
viewsQ: Javascript date validation using aaa-mm-dd PHP dates
Fala galera... Next, I need to implement a student’s "Suspend Contract" option. This suspension may only be applied within the term of the student’s contract. Assuming that the student has his…
-
0
votes2
answers55
viewsA: Query to collect data from multiple columns of the same row, by Primary Key of the record
I finally found the mistake!!! They are on lines 17 and 18 of the query, on: "tr_52" and "tr_52", where the correct is: "tr_62" and "tr_72", respectively... so the results were not being displayed…
-
0
votes2
answers55
viewsQ: Query to collect data from multiple columns of the same row, by Primary Key of the record
all quiet?! See if you can help me! From the query below (use phpMyAdmin), I only need to bring the results of "LETRAA", "LETRAT", "LETRAG" and "LETRAF" to the browser screen (via PHP), but I do not…