Posts by Jardel • 71 points
9 posts
-
3
votes2
answers852
viewsQ: Align height 3 Divs in a row - bootstrap
I have 3 Ivs on a Row, but some get different heights according to the contents of the div. How to standardize the height of the div. (I do not want to fix height but rather that they are the same…
-
0
votes2
answers1029
viewsQ: problem with accentuation when importing text file via php and writing to mysql
I’m having a terrible fight to be able to record data obtained from a string-accentuated txt file. It turns out that all accented words are not recorded in the table. See below the blank column,…
-
0
votes1
answer35
viewsQ: Query with NOT IN in mysql
I have 2 tables (function and function_situation). I need to bring in the employees in their proper situations. The big x of the question is not to bring in some employees who are in some situations…
-
0
votes1
answer369
viewsQ: do not import blank lines - php
I have this code, but there must be some error. When I try to open the file the browser gives no answer. $lines = file($_FILES['arquivo']['tmp_name'],FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);…
-
0
votes2
answers35
viewsQ: Sending e-mail by Cdosysmail
I have a shipping code for e-mail, I picked up the sender via request form. and put into a variable like this: Dim nome, emailremetente nome = trim(request.form("name")) emailremetente =…
-
0
votes1
answer264
viewsQ: Database column named with alias not found in WHERE clause
I have this SQL query where I need to name a column twice datareferencia for anobase and mesbase, as follows example. But column error not found is shown. In my view, after I apply the alias the…
-
0
votes1
answer56
views -
0
votes1
answer1142
viewsQ: Mask is not a function
I am in error on a jQuery Mask function. Here is my code: //############## MASK INPUT $(".formDate").mask("99/99/9999"); $(".formTime").mask("99/99/9999 99:99"); $(".formCep").mask("99999-999");…
-
2
votes2
answers976
viewsQ: Typeerror: $(...). error is not a Function
I have an error code in the latest version of jQuery v3.1.1 In version 1 there is no error. Here’s the code: //IMAGE ERROR $('img').error(function () { var s, w, h; s = $(this).attr('src'); w =…