how can I deliver remote content via web service?

Posted by Slinky on Stack Overflow See other posts from Stack Overflow or by Slinky
Published on 2010-02-02T19:41:19Z Indexed on 2010/04/01 22:03 UTC
Read the original article Hit count: 167

Filed under:
|
|
|
|

We have multiple websites under different domains that need to receive our banner ads. We have a server app, in PHP, that returns the HTML for a randomly-generated banner ad. Out of concern for the client side, I don't want to use an iframe nor do I want to include the jquery library because of the weight - I also do not want to duplicate code across all the domains. Any other way to do this? Maybe there is a way to do this with mod rewrite or a web service? Anyone solve a similar problem?

Thanks

© Stack Overflow or respective owner

Related posts about web

Related posts about Services