954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help PhP & Curl Problem!

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.

aonewebdesign
Newbie Poster
2 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0
 

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

sourcebits
Junior Poster
102 posts since Dec 2008
Reputation Points: 16
Solved Threads: 14
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: