Posts by JASL • 148 points
22 posts
-
0
votes1
answer326
viewsQ: Problems with external SQL Server connection in PHP
I am with a problem for days with an external connection PDO sqlsrv, I have scanned the internet and I did not find a solution. I installed all sql server drivers for PHP, including, I installed sql…
-
2
votes1
answer28
views -
0
votes1
answer227
views -
0
votes2
answers165
views -
1
votes1
answer364
viewsQ: Inner Join with like, Mysql and Datatable
Speak people, I have a problem at the time of searching a field in the datatable, i have a table of contributors, this is linked with the contributors_param, contributors_end and contributors_tel.…
-
0
votes2
answers50
views -
0
votes1
answer26
viewsQ: start with 9 in front with jquery
I have this code that gives me the phone mask, but I can’t get the input to start with the 9 in front, preventing the user to delete it, making it mandatory. Does anyone have any idea what to do?…
-
0
votes1
answer482
views -
0
votes1
answer109
viewsQ: Registration in foreach php
all right? I’m trying to register several entries in the comic according to the number of installments requested, but I’m not getting. My code: php: $Conn = parent::getConn(); try { foreach…
-
1
votes1
answer161
views -
1
votes1
answer31
viewsA: How to adjust the Responsiveness of a Value?
Only increases the font in css! <style> .btn-o-white{ font-size: 32px; } </style> <input type="submit" class="btn btn-o-white" value="Diga Olá">
-
0
votes1
answer59
views -
0
votes1
answer151
viewsQ: Take the last id generated in the Insert with jquery and redirect to another page
hello, I’m having a hard time getting the id generated in php with jquery, so I can send this id to another page, follow the code: queryInsert.php $assunto = $_POST['assunto']; $msg = $_POST['msg'];…
-
1
votes1
answer64
views -
0
votes0
answers214
views -
1
votes1
answer596
views -
1
votes2
answers79
viewsQ: Stop Mutiplos clicks on Ubmit!
I have a form that registers the name of the person in a database via ajax, but sometimes delay sending and return and give but 2 or 3 clicks it sends the same data! wanted to know how to stop it,…
-
0
votes1
answer167
viewsQ: return of various error via ajax
I have a little problem regarding the return of errors via ajax, follow the condigo: Index.php <h4>Cadastro de Nome</h4> <form id="cadUsuario" method="post">…
-
0
votes1
answer386
views -
1
votes1
answer480
viewsQ: Names in inputs, with capital first letters ignoring(de,do,da,das, dos etc)!
in which personal names wanted to leave it but organized, I have a script in which leaves the first uppercase letters of the name, but it does not ignore those of, dos, das, da etc, I wondered if it…
-
1
votes1
answer792
viewsQ: Change class of a Button when it is disabled and vice versa
Good afternoon, folks I have a form with 2 inputs in which I have to fill out to enable the button. I wanted the button had a color when disabled and another color when enabled. I’ll show you the…
-
0
votes1
answer97
viewsQ: Send two inputs for verification, ajax and php!
Good day, late and night. I have a problem sending two values with ajax, checking these values, to see if they already exist in the bd and finally returns a message telling if it exists or not! the…