PDA

View Full Version : catch the available domain name to the box



yuckz
08-14-2005, 12:38 PM
hi,
is there anywhere that can catch the available domain name to the box(enter domain name) that i provide, when i press "order now"?

My Webpage (http://darehost.net/order.htm)

Thanks in advance

arkansaseddie
09-25-2005, 09:25 AM
I would change the file from order.htm to order.php .
Log in to your whois/admin and edit templates "available domains " "'external-script-example.php" to point to your order script".
Use <input type="text" name="DomainName" size="20" value= "<?php echo $_REQUEST['domain']; ?>" > in your order file.

My Webpage (http://webfolks.biz)