Jase Posted November 28, 2007 Share Posted November 28, 2007 I am trying to use the registrar dev kit to add a new domain name registrar. Step 2 states that: Add code into the function calls. There are functions for each of the supported operations with a registrar in WHMCS. Each function is required to return an array of variables which differ depending on the function. Could you advise what this means exactly, does it mean, that I need to replace the words $params with the one used by the registrar? 0 Quote Link to comment Share on other sites More sharing options...
brianoz Posted November 28, 2007 Share Posted November 28, 2007 What it means is you need to put the necessary PHP code inside the function to do the registrar-dependent stuff. The registrar usually supplies you with documentation for that. The bad news is that if you're asking that question, you've probably never programmed before, or at least never in PHP. Nothing wrong with that, but you'll almost certainly need to hire a programmer to do the work for you. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.