getting RSS feeds on website
问题 I had this code that I wrote last year and it returns RSS feeds for some term I enter: <html> <body> <form name="form" action="search.php" method="get"> <input type="text" name="q" /> <input type="submit" name="Submit" value="Search" /> </form> <?php require_once "RSS.php"; // want to parse the $row[1] variable to get out words, make new string with a + instead of spaces $college = "college"; $collegelen= strlen($college); for($i = 0; $i < $collegelen; $i++){ if ($college{$i} == " ") {$spaced