PHP og RSS
Hejsa,Kan ikke lige finde ud af hvad der er galt her.
Nogle forslag?
Parse error: syntax error, unexpected T_STRING in /home/dom/public_html/feed.php on line 4
<?php
header("Content-Type: application/xml; charset=ISO-8859-1");
?>
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>All Gadgets Reviewed</title>
<description>If it's a gadget, we review it. Learn what gadgets are hot and what's not!</description>
<link>http://allgadgetsreviewed.com</link>
<item>
<title>Nokia 3650 Combines Phone And Photos</title>
<description>I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!</description>
<link>http://allgadgetsreviewed.com/nokia3650.html</link>
</item>
</channel>
</rss>