Skip to content

Tag Archives: description text

Can PHP be used in RSS XML files? (E.g. a varible as the description?

Can php be used in a xml file for displaying RSS feeds? For example: $variable = "Description text" <description><php? echo $variable ?></description> Would this work? using a varible to display the text on the feeds? If not is there another way to use it?