Posted by caine on 02/08/07 08:40
The error statement i got is :
Parse error: parse error, expecting `','' or `';'' in C:\Program Files
\xampp\htdocs\phprss.php on line 12
for this line : echo "<?xml version="1.0" standalone="yes"?>";
doesn't work.
I had updated these lines:
<?php
header ("Content-Type: text/xml; charset=iso-8859-1");
echo "<?xml version="1.0" standalone="yes"?>";
echo "<rss version ="2.0">";
echo "<channel>";
echo "<title>MMU RSS FEED Today: date("D, d-M-Y H:i:s")</title>";
echo "<link>http://bulletin.mmu.edu.my/</link>";
echo "<description>MMU RSS FEED</description>";
Navigation:
[Reply to this message]
|