Posts by Natan Hoffmann • 29 points
8 posts
-
0
votes0
answers178
viewsQ: Phpmailer: Error sending from Linux server
I set up an HTML page to send email with Phpmailer, and on my Windows 10 computer it sent normally, but on the online Linux server returns the SMTP error: "SMTP connect() failed.…
-
0
votes0
answers58
viewsQ: Screen to visually relate items between two columns
I’m developing a screen in HTML, CSS and Jquery to relate two columns: one with the releases of a bank statement and the other with the release type, so I click on a release in the first column and…
-
1
votes0
answers21
viewsQ: How to make a gallery with a preview of files from a folder/directory?
I need to set up a file preview gallery, which scans a directory on my server and generates a preview on the HTML page of each file, where the user click and preview, helping to choose which to…
-
0
votes1
answer635
viewsQ: Take values from datepicker and use as parameter
I am using Datepicker to set month and year as parameters for my search, for this I want to play them as a warning to be sure that they are being stored in the variable, but I can’t - I believe…
-
0
votes1
answer401
viewsQ: How to insert a new div and stack them after clicking a button
I have an HTML div that displays totals of a calculation, and I need each time a new one is generated (at the click of the Generate button) a new blank div is created to receive the values, stacking…
-
0
votes1
answer1853
viewsQ: How to select a specific tab by clicking the button
I have a page that turns a list <ul> in flaps with jQuery, and on the first page I need a button to redirect to the next tab, without needing the user to click with the mouse. I’ve tried with…
-
-1
votes1
answer55
viewsQ: Loop status phrases in HTML
I am editing a file cancellation function, and today it shows only the status "Waiting...", according to the code: &js< cancelEvent = ""; $(".ui-overlay").show();…
htmlasked Natan Hoffmann 29 -
0
votes1
answer211
viewsQ: Error separating arrays in PHP
I have a PHP class responsible for sending tax notes, however it returns the following error, as if trying to pass an array to variable: [13-Mar-2018 14:08:26 America/Sao_Paulo] PHP Notice: Array to…