damerit Posted June 9, 2008 Share Posted June 9, 2008 I have 2 web applications and I want to add my search feature from my second site to the first one. How can I do this. Quote Link to comment https://forums.phpfreaks.com/topic/109459-adding-search-to-my-internal-site/ Share on other sites More sharing options...
.josh Posted June 9, 2008 Share Posted June 9, 2008 My crystal ball is in the shop. You're going to have to give more info than that. Quote Link to comment https://forums.phpfreaks.com/topic/109459-adding-search-to-my-internal-site/#findComment-561444 Share on other sites More sharing options...
damerit Posted June 9, 2008 Author Share Posted June 9, 2008 Site 1: I want to add a search text field that the user can enter a search and it will popup the results from site 2: Site 2: Is in php/mysql where i perform a post, explode, and count with a query searching the database for the user's entered text. So, on Site 1 I would like to add a search field that will popup the results from Site 2. Does this help? Quote Link to comment https://forums.phpfreaks.com/topic/109459-adding-search-to-my-internal-site/#findComment-561461 Share on other sites More sharing options...
DarkWater Posted June 9, 2008 Share Posted June 9, 2008 No, be more specific than you've ever been before. =/ Tell us what kind of application, what kind of database you have, how YOU plan on doing it, etc. Quote Link to comment https://forums.phpfreaks.com/topic/109459-adding-search-to-my-internal-site/#findComment-561463 Share on other sites More sharing options...
.josh Posted June 9, 2008 Share Posted June 9, 2008 There's a million ways to write it because there's a million ways to code not just 1 site, but 2. There's really nothing we can specifically suggest to you without code. Also, Your original post suggests you just wanted to take a feature that's on one site and put it on another. Now you're saying you want to somehow link the two sites? Do you even control "site 2?" Because if you control both sites, I don't really see the efficiency in having site 2 do a search query and then turning around and grabbing that info and putting it on site 1. Why not just have site 1 query site 2's database directly? Or do you not have control over site 2... It sounds to me like you want to look into curl Quote Link to comment https://forums.phpfreaks.com/topic/109459-adding-search-to-my-internal-site/#findComment-561491 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.