Posted by Robertico on 09/22/06 15:58
I can't get i to work.
When i saved it as php file, the php code isn't executed.
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>MyTitle</title>
<link>http://www.mydomain.com/</link>
<description>MYDescription</description>
<item>
<title>YourIP</title>
<link>http://www.mydomain.com/yourip.php</link>
<description>Your current IP</description>
<ipaddress><?php echo getenv ("REMOTE_ADDR");?></ipaddress>
</item>
</channel>
</rss>
So, i need i little more help.
Regards,
Robertico
Navigation:
[Reply to this message]
|