Questions tagged as 'php'

1
answer

Error sending json parameters by the PUT method in WebService client with java and jersey

I have a WebService client side application in JAVA and server side in PHP. I am trying to send a request with json parameters by CURL command as seen below: curl -H 'Content-Type:application/json' -X PUT -d path=4920 -d message="I love yo...
asked by 15.09.2017 / 18:34
1
answer

Use foreach to display array data within an array

I am using the CCv5 and CFv5 components (from chronoengine) within the latest version of Joomla 3.x to, first, get information from different tables and now what I need is to show some of the information with a foreach ( or similar). Specific...
asked by 03.10.2017 / 01:43
1
answer

ajax apache 503 after 60 seconds

When making an ajax request from javascript to my server, always after 60 seconds it returns http 503 code. The other strange thing is that the script on the server finishes satisfactorily because later I check and do everything I had to do, but...
asked by 09.08.2017 / 17:09
1
answer

"edo" is not defined

Good morning, I present my problem. I happen to see this error at the time of starting:    Notice: Undefined index: edo in C: \ xampp \ htdocs \ sendMail.php on line 10. And I do not know why it is, nor how to solve it I would appreciate...
asked by 17.09.2017 / 04:55
1
answer

Upload image to the server and rename it

Good day, basically I need to take a picture and re-name it with the name that the user provides in an input and upload it to the server. With this code, the images are already uploaded to the server, it would only be necessary to name them w...
asked by 22.01.2018 / 19:32
1
answer

Put query results in a JSON array

Friends, see if you can help me solve this dilemma. I am getting a JSON from a query to the database in which several tables are involved. That JSON is then presented in an Android app. I would like to present in my JSON a key called sa...
asked by 22.02.2018 / 12:33
1
answer

How to remove the error message that comes out in the input - php

Hello everyone I have a small problem with the input, I get an error message in the input, I've been looking to resolve but I have not obtained results. I attached an image of the error that shows me. Here I attach the code. <?ph...
asked by 30.05.2017 / 19:00
3
answers

Authentication with another laravel table 5.4

I have a project in Laravel 5.4 and I want to use the authentication system that it brings, but with the information that is found in another table that has already been created through the migrations. The truth is that I have surfed all over...
asked by 07.06.2017 / 23:38
2
answers

Problem with messages sent by PHPMailer fall in SPAM in hotmail

We use a PHPMailer script on a server with Centos 7.0 and Postfix to send emails. Our server has an Open DKIM key and has an SPF record. When we send messages one by one they arrive without problems, but when using the script they al...
asked by 09.05.2017 / 17:40
1
answer

PHP SOAP-ERROR: Parsing WSDL: Could not load

How are you? I am making a connection to a Webservice server. Through PHP To perform a test use SOAP-UI and the service responds correctly, but when making the connection with PHP I get the error    SOAP-ERROR: Parsing WSDL: Could not l...
asked by 14.05.2017 / 21:34