Sorry not to formely present my self but I'm in need.
I need to insert the following code:

<?php readfile('http://output94.rssinclude.com/output?type=php&id=136641&hash=61b747f31efc47d0a66790b2fe8d8f1b')?>

on my web site it is a php code rss feed.
Problem is I am using xtreemhost.com for my hosting and they support php but not this exact code for some reason. They toldme but I don't understand. Something to do with security or something. any way If I want to use Curl code to use this php code what would be the exact curl code needed & where would I place the php code.

<?php readfile('http://output94.rssinclude.com/output?type=php&id=136641&hash=61b747f31efc47d0a66790b2fe8d8f1b')?>

Please help & explain like I was 2 years old the easiest effective way possible. The goal is to display the feed as html & let it update automaticly for purposes of seo & fresh spiderable content.

You may check with
RewriteRule ^([a-zA-Z0-9_-]+)\s?$ viewuser.php?user=$1
or RewriteRule ^([a-zA-Z0-9_-]+)?$ viewuser.php?user=$1

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.