Hello,
I am trying to set up a domain availability search on my html website and I have no idea on how to incorporate the php into my html script. I also have no idea what the php script would look like. The script I am trying to use looks like this...
HTML Code:
<html>
<head></head>
<body>
<form method="post" action="#">
<b>Domain Availability Search</b><br>
www. <input type="input" NAME="domainone">
<select name="domaintwo">
<option selected>all
<option>.com
<option>.net
<option>.org
<option>.us
<option>.eu
<option>.biz
<option>.info
<option>.tv
</select>
<input type="submit" value="Search">
</form>
</body>
</html>
I was wondering if someone could help me with the php part of this or post a link to a tutorial site for something like what I am trying to do.
Thanks
__________________
Firefox
rediscover the web
Please login or register to view this content. Registration is FREE Down with internet explorer!
Last edited by Silent77; 04-29-2006 at 01:39 AM..
|