Page is a not externally linkable
eelixduppy - 12:52 pm on Jun 27, 2008 (gmt 0)
To this: Posting at 5am does that to ya ;)
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)) {
if(array_key_exists($_POST['feed'], $feeds)) {