Posts by wildson • 139 points
7 posts
-
2
votes4
answers1272
viewsQ: Run command Ctrl+V "paste" with mouse click inside an input
Hello friends it is possible with a mouse click to run the command Ctrl + v "paste" in an input with jquery? i already have a script that copies everything inside the input. now I need another that…
-
2
votes2
answers1684
viewsQ: how to get the server date with Jquery
I am trying to get the server date, I know that to get the server date with php, more will be possible with Jquery?
-
0
votes1
answer82
viewsQ: Audio with first 30 seconds mute
I am having use this code more unsuccessfully but on the terminal works perfectly what can be? exec("ffmpeg -i musica.mp3 -af "volume=enable='between(t,0,30)':volume=0" result.mp3 2> log.txt");…
-
1
votes3
answers1386
viewsA: Uncaught Exception Pdoexception error with message 'SQLSTATE[HY000]: General error: 2014
Good person. Thank you all for your efforts. When I was developing this code in php on a local server I used the version of php 5.5.12 and it worked perfectly, my problems started when I uploaded…
-
1
votes3
answers1386
viewsQ: Uncaught Exception Pdoexception error with message 'SQLSTATE[HY000]: General error: 2014
I have a code that works perfectly on the local wampserver server, it is a query interspersing the result the problem is that when finishing the site and hosting it I get an error. The code is this:…
-
2
votes2
answers600
viewsQ: Highlight term searched in bold with or without accent
Hello friends would love your help a lot. I am trying to highlight the words typed in bold in the search. the code below works only if you type "Brazilian selection" more if you type "Soccer…
-
5
votes2
answers658
viewsQ: Order consultation in the interim
I am trying to list a certain product category. example. $consulta = $pdo->prepare("SELECT * FROM msg where tema = :tema;"); $s = 'mensagens-de-aniversario'; $consulta->bindParam(":tema", $s,…