Jump to content

Search this site on my site? Possible?


aaricwon

Recommended Posts

I have a site that promotes a professional fighting event.

 

There is a site called Sherdog (www.sherdog.com) that has a Fight Finder. Basically stats on almost EVERY fighter. EVERY guy that fights in my event has his stats on www.sherdog.com.

 

I would like a search box on my site where visitors can type in a name and it searches www.Sherdog.com

 

basically they go to my site and if they want to search a fighter, they type in Eric and hit enter,

 

that takes them here: http://www.sherdog.com/fightfinder/fightfinder.asp?FirstName=eric&LastName=&NickName=&search=yes

 

Is that possible?

Link to comment
https://forums.phpfreaks.com/topic/97877-search-this-site-on-my-site-possible/
Share on other sites

or you could just re-produce their HTML form on your site....

 

 

you can add this to your site:

 

  <form name="search_form" method="get" action="http://www.sherdog.com/news/search.asp">
<input name="SearchTxt" type="text" class="Box100" id="SearchTxt"> <input ignorename="Submit" type="submit" class="Button" id="Submit" value="Search"> <input name="SearchCat" id="SearchCat" type="hidden" value="all">
  </form>

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.