Utilizza $_POST['domain'] e $_POST['add']. Vedi:
http://www.php.net/manual/en/tutorial.forms.php
http://www.php.net/manual/en/languag...s.external.php
Comunque sarebbe meglio:
Codice PHP:
<form action="registra.php" method="POST">
<input type="hidden" name="domain" value="[>DOMAIN<].[>EXT<]" />
<input type="submit" name="add" value="Order NOW" />
</form>