Hello all,
I need to connect to a EPP server and perform several tasks using a specific program. That program accepts PHP and provides me the access to the interface elements (that the user can use to send requests (input boxes, submit buttons).
Instead of doing the requests the hard way, the EPP main registrar also allows us, to use a set of XML commands do send to the server, and to receive responses from the EPP server as well.
Before I can do this XML I will need to connect to the server, however, I’ve been given a URI like: something.dns.xp:3231 .
Question 1)
How should we connect to this server, knowing that that uri as been given?
Question 2)
I will need to code some XML commands into a .php file, each function on that file, will correspond to a EPP task, my question is then, whatever method I use to connect, do I need to, each time a function is called, to connect to the server?
Please, if any details are required so that I can have an answer, let me know.
I’m absolutely stuck. :injured:
Márcio