Skip to content

Instantly share code, notes, and snippets.

@ShiponKarmakar
Last active March 30, 2019 09:30
Show Gist options
  • Save ShiponKarmakar/4c6de2abacb2f1489c5f688d1a56dd21 to your computer and use it in GitHub Desktop.
Save ShiponKarmakar/4c6de2abacb2f1489c5f688d1a56dd21 to your computer and use it in GitHub Desktop.
Here’s the WHMCS search/integration code:
<form action="cart.php?a=add&domain=register" method="post">
Domain: <input type="text" name="sld" size="20" />
<select name="tld">
<option>.com</option>
<option>.net</option>
<option>.org</option>
<option>.eu</option>
<option>.us</option>
</select>
<input type="submit" value="Go" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment