long and complex PHP/JS/AJAX/RSS question
Posted: Sat Mar 01, 2008 6:05 pm
how do I create a script that serves RSS headlines hosted on my server that users can cut and paste simple code to embed in their blogs/sites that outputs those RSS headlines?
My Server: creates XML
User Site: user cuts and pastes code into his/her site, something simple like:
how can this be done?
My Server: creates XML
User Site: user cuts and pastes code into his/her site, something simple like:
Code: Select all
<script type="text/javascript" src="http://www.server.com/code.php"></script>