Hi
On my website users can keyword search and find desired results. (Just a simple keyword search, WHERE word LIKE %abc% OR LIKE %cde% etc etc). This all works fine.
I have some partner websites which want to put a search box on their website to search records from my website and display on their website.
We are using PHP and MYSQL. Will the partner websites have to use cURL like softwares? I want it make it minimal but authenticated effort for my partner websites.
So my questions ares - - how do and where to start from? - what changes I'll have to make into my existing search?
- Any practical examples will definitely help? (PS: I am not looking for complete solution but you know some code does help to understand things a lot)
Thanks all.