Posts by Emanoel • 43 points
4 posts
-
-1
votes1
answer66
viewsQ: PDO does not return query results
I have a code where you would have a select to select in which column you want to search and click on the letter to search within the selected column the selected letter. The error is on my button.…
-
0
votes2
answers281
viewsQ: Place animation in the Hide of a div
I’d like to add animation to my vanish div, I was looking at this topic Hide div when you click it, only that it did not solve because my version of Jquery is more updated. Knob: <button…
-
2
votes1
answer43
viewsQ: How do to "explode" sometimes receive more values?
I have a code that reads a txt and saves in the database, only sometimes it will receive more values, example: I have the following txt: |texto|texto|texto| |texto|texto|texto|texto| If I use to…
-
2
votes2
answers80
viewsQ: How to use copy()?
I’m creating a project to import files, only I need the file name to use "LOAD LOCAL DATA INFILE", before I searched for a way to read the temporary file automatically, until I saw this form of…