Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. $details = '<?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <rss version="2.0">
  3. <channel>
  4. <title>'. $row['title'] .'</title>
  5. <link>'. $row['link'] .'</link>
  6. <description>'. $row['description'] .'</description>
  7. <language>'. $row['language'] .'</language>
  8. <image>
  9. <title>'. $row['image_title'] .'</title>
  10. <url>'. $row['image_url'] .'</url>
  11. <link>'. $row['image_link'] .'</link>
  12. <width>'. $row['image_width'] .'</width>
  13. <height>'. $row['image_height'] .'</height>
  14. </image>';
  15. }
  16. return $details;
Add Comment
Please, Sign In to add comment