Hi there so i am trying to use the Freenom API for a service called iForce to register domain names for people really easily and i came accross this cURL command but i have no idea how to make PHP run it.
The following is the command
curl -X GET "https://api.freenom.com/v2/domain/search.xml\
?domainname=test001.tk\
&email=john@smith.net\
&password=68bb651cb1\
&domaintype=PAID"
If someone could please convert that to php or tell me how to or tell me how to use it in php that would be amazing!
Thank you so so much!