Posts by Agner Souza Bezerra • 41 points
6 posts
-
0
votes2
answers43
viewsA: How to pass product information with parameters and pull in shopping cart?
I took a look at your code, and I have a suggested improvement, based on php Sniffer, code smeel and clean code. This makes it easier to understand and with fewer lines. Tip: try to study these 3…
-
1
votes3
answers145
viewsA: PHP - Mysql remote connection
You can use the function mysqli_connect_errno() to check which is the connection error or the function mysqli_query() to find out which query error is executed. For example on the connection do…
-
0
votes1
answer15
viewsQ: Recording errors from Soap-Server
I have a client-Soap in Laravel and I would like to know how to save errors coming back from Soap-server in a file. Below is the code of my client-Soap and where does the request for Soap-server.…
-
0
votes0
answers69
viewsQ: Connect Laravel using Ubuntu in an MSSQL BD
Can someone help me? I am trying to connect my project in Windows hosted in the apache2 of Ubuntu 14, using php 7.1 in a Microsoft SQL SERVER 2012 BD. I already installed the Freetds libraries and…
-
2
votes0
answers56
viewsQ: SOAP-Laravel-CRUD
I’m using laravel, ubuntu, apache2 and the library zendframework/zend-soap. I managed to do the client-soap and I’m trying to do the server-soap. I managed to make a select with the server-soap in…
-
1
votes0
answers101
viewsQ: Format pdo_connection mssql
I am using Laravel 5.6 in Ubuntu 16 and I am trying to connect it in mssql 2012. I am using the db_lib library as this is project requirement. When I try to connect this error: PDOException :…