PHP How to send a Response from PHP to EA
-
I have a HTTP Request separated by commas, three values are sent on the request; Login Number, Client Name, and Broker Name. My EA is able to connect to my PHP script on my web server and i get the following Http Response Notification: Http Response Received On: 2024.01.27 13:03. But I am not able to return parameters from the PHP script to the EA.
How can i send three variables from my PHP script to the EA? e.g $var1 = 1234, $var2 = "Broker"; and $var3 = "John"; How can i send these from PHP to EA and how can i access them using the HTTP Response block?
-
That's too advanced for me. But I'm also interested in the solution if someone else can help.