Here's what I have: $rssfeed .= '<title>' . $Title . '</title>'; $rssfeed .= '<description>' . $Description . '</description>'; $rssfeed .= '<link>' . $ID . '</link>'; I need <link> to use URLs with this structure - http://www.url.com/View-This.php?ID=$ID (Where $ID is inserted from the database). How would I include the relative path into the code below? $rssfeed .= '<link>' . $ID . '</link>'; $5 to the first person who gets it to work! Thanks, Tom
Just use this code, $rssfeed .= '<link>http://www.url.com/View-This.php?ID=' . $ID . '</link>'; Code (markup): My paypal is if you wish to send me some more money for it