Posts by Maicon Fernando Stefene da Sil • 141 points
10 posts
-
1
votes0
answers97
viewsQ: Magento - SOAP-ERROR: Parsing WSDL
I am with this error and unfortunately I can not solve the same. Fatal error: Uncaught Soapfault Exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn’t load from…
-
1
votes1
answer813
viewsQ: PHP SOAP - SOAP-ERROR
Good afternoon Guys, I’m doing a WEBSERVICE to consume a company API. But with the code below the return is always "SOAP-ERROR: Encoding: Object has no 'Active' Property" I don’t know what else to…
-
0
votes1
answer503
viewsQ: Run stored Procedure in oracle database in PHP
I have the procedure "exemplo1" which receives 3 input parameters and no output parameters, as I do to execute it in PHP. In case it would be so. EXEC "exemplo1"('para1','para1','para3'); How does…
-
0
votes0
answers917
viewsQ: Sign pdf with PHP
I have to digitally sign some documents on PDF. How do I do it in php? What extent the certificate has to be ? I’m having great difficulty finding a solution if you can help thank you.…
-
3
votes2
answers282
viewsQ: Validate the return of select PHP
I am making a select and before printing the form on the screen I would like to validate if the select returned lines, as I have tried this in various ways without success. $stmt =…
-
1
votes2
answers386
viewsQ: Last lastInsertId ID
Good afternoon Guys I’m trying to get the ID that was entered by my class but unsuccessfully. The examples I found none worked. If anyone can help, thank you. public function…
-
1
votes1
answer1389
viewsQ: Update DIV without refresh with Ajax
I have an ajax that runs through post, some information in PHP to another page. I saved this information in session. I would like to update the div where I have a modal. In this case, this modal…
-
2
votes3
answers9570
viewsQ: Update DIV without refreshing the JQUERY page
Good afternoon Guys, I have an ajax that sends a post some information, in PHP I saved this information in Ssion, I would like to update the DIV where I have a foreach (PHP) to update so that I am…
-
2
votes1
answer246
viewsQ: How to handle (String) value with jquery?
I have a field that when it is filled it makes several triggers, beauty so far, everything well achieved with the code below. $("#teste").change(function () { var valor = $(this).val();…
jqueryasked Maicon Fernando Stefene da Sil 141 -
1
votes1
answer613
viewsQ: Calculation of Order for Sale jquery items
I am with a problem that I am not able to solve I have a sales order screen where it has to do the quantity calculation X unitary value = (fill in the total value and add in the total order), how do…