I'm working on a central classified website where dealers will enter their ads. This server will run PHP/MySQL. I want dealers to be able to retrieve their ads to display on their own website as well. On a dealer website, we should be able do what we usually do on a classified website like browsing ads by category and searching ads. I'm looking for the best way to achieve this. The maximum number of ads a dealer will have is about 200.
I want to avoid iframe.
I'm considering XML but it means I'll have to create a script for each language to parse it. And if I upgrade my script, dealers will have to update their site as well to have the latest version.
JavaScript using src to call a file on the central website seems to be another option but I'm not sure it will be able to do everything I want to do like searching ads. And would it work on any platform (not sure it would work if a client has disable JavaScript in it's browser)
I'd like to have your thoughts on this so I go the right path in this project. Or if you have articles on this, let me know.