Posts by Cristiano Miranda • 21 points
4 posts
-
1
votes1
answer631
viewsA: Send array data in Webservice made in Nusoap
EUREKA! Problem solved. After many tests and debugs I discovered the reason for the problem. The problem was simply in one of the array elements. The key 'coca cola' was giving all this error, the…
-
0
votes2
answers323
viewsA: Consume file . mdb and write to Mysql with PHP
If I’m not mistaken, this "shell_exec" command is usually blocked by security on the production server, especially in shared hosts. I suggest three things: 1/Make sure your hosting releases this…
-
1
votes1
answer631
viewsQ: Send array data in Webservice made in Nusoap
Talk to you guys, blah? I am developing a php webservice in Soap, I am using the nuSOAP library, the tests with simple type were successful but now I need to test with complex types as bad arrays I…
-
0
votes5
answers1268
viewsA: Import spreadsheet with text format using Phpexcel
I had this same problem but with the answers I did some tests which solved my problem, follow below as an example if you have not solved.…