Posts by lucasecorrea • 45 points
8 posts
-
0
votes2
answers905
viewsQ: Show success message without leaving the page
I have a form that sends some data to the database and uploads it to an FTP, the bank part has a if which returns the error in a variable and shows the error in the form itself. But my question is…
-
0
votes2
answers85
viewsQ: Error saving converted date in phpMyAdmin database
I am trying to write a form in the database, in this form has a date field that contains mask dd/mm/aaaa. To record in the bank I need to convert that date to aaaa-mm-dd, so far I’ve managed…
-
1
votes3
answers770
viewsQ: Send data to Database according to <select> tag via PHP
I’m making a form to send some data to the bank, to expedite a process, my question is the following, I have 5 systems that I need to update, so I made a select html. I need to send each option of…
-
0
votes0
answers214
viewsQ: Upload FTP - PHP Progress Bar
I have a code ready here, with upload to database and to a local folder that has a javascript progress bar, but what I wanted was to use this progress bar to upload to a folder on an FTP and also to…
-
0
votes1
answer447
viewsQ: Upload file via FTP - PHP
I am trying to upload files to a specific folder of my Hostgator server, however I put the exact path of the folder and the file does not appear in the folder I have set the path, it appears in the…
-
0
votes2
answers36
viewsQ: Different titles for each slideToggle
I would like to change the code I have here, so that instead of appearing "Reveal Content" in all lines of the slideToggle, I can put each one with a title, for example " Revision 1", then the next…
-
1
votes1
answer189
viewsQ: CSS image gallery
I’m trying to make an image gallery for a website, I took a demo that I found on the Internet and I’m trying to edit it, but I would like to modify to the mini-tura of the images to be interspersed,…
-
1
votes1
answer55
viewsQ: Centralize a NAV - With video background
I need to center a text, but with justify-content: center and align-items: center I’m not getting through. Not even if I put for example, top: 50% and left: 50%, items are not exactly in the middle.…