/ Published in: PHP
AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $url = $_REQUEST["url"]; ?>