Posted by Jerry Stuckle on 02/08/07 13:09
caine wrote:
> 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.
>
echo "<?xml version=\"1.0\" standalone=\"yes\"?>";
Or
echo '<?xml version="1.0" standalone="yes"?>'
;
> 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>";
>
>
>
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|