Jump to content

Problem searching for domains ending in....


perky416

Recommended Posts

Hi everyone,

 

Im trying to create a search box for searching domain names on my website where the domain ends in a keyword entered in a text box. The problem im having is that the tld is hampering the search. As an example lets say im trying to search for the domain "test.com" by typing "est" in the search box. Nothing comes up because the domain stored in my database ends in .com, does anybody know a way i can exclude the tld?

 

If excluding the tld is not possible or is complicated is doing something like the code below possible? I know its not written correctly im just trying to get across what im trying to accomplish.

 

$tld = array('.com','.net','.co.uk');
mysql_query("SELECT domain_name FROM domains WHERE domain_name LIKE '%" . $_POST['keyword'] . $tld);

 

Please could somebody give me some pointers?

Many thanks.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.