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="[&gt;DOMAIN&lt;].[&gt;EXT&lt;]" />
<
input type="submit" name="add" value="Order NOW" />
</
form