Page is a not externally linkable
- Code, Content, and Presentation
-- RSS, ATOM, and Related Technologies
---- One site, multiple RSS feeds. Must be a better way


eelixduppy - 12:52 pm on Jun 27, 2008 (gmt 0)


In case you want to use my example code, there's a little amendment here that needs to be fixed for the code to work properly. Change this line:

if(in_array($_POST['feed'], $feeds)) {

To this:

if(array_key_exists($_POST['feed'], $feeds)) {

Posting at 5am does that to ya ;)


Thread source:: http://www.webmasterworld.com/rss_atom/3681422.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com