View Single Post
  #1 (permalink)  
Old Sep 27th, 2006, 18:50
aljasdolfdjododl aljasdolfdjododl is offline
New Member
Join Date: Sep 2006
Location: OHIO
Age: 22
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
RSS feeds in PHP

Hey all,

Excuse my name, I swear I tried 10 names all taken so my temper took over. I'm surprised I lasted through 10.

To my question:

I have RSS feeds in javascript on this page .. I would like to have them in PHP, but being that I know nearly nothing of PHP yet and it's not in my timeframe to learn all that much right now, how do I put these feeds in PHP.

The main reasons I want to do this are:
1. not everyone has javascript allowed on their browser
2. the content is not actually on my page when you use javascript, and I'm under the impression that the use of PHP will allow the content to be readable, by screen readers (google bots, etc..), as if it were regular text.

What I know (or think I do)
- I am hosted on a linux server.
- I have to have a .php extension on my page because php stuck in .html doesn't display right?
- I cannot use the .htaccess in order to get my extension to be .html even though the page is in php, because I'm hosted on a linux server?

I have really no knowledge of php, would it be fesible for me to be able to manage my page if I did this?

What would be the best way to go about this ??

Here is the javascript code:
<script type="text/javascript" src="http://app.feeddigest.com/digest3/1JJQV8IDVT.js"><noscript><a href="http://app.feeddigest.com/digest3/1JJQV8IDVT.html">Click for &quot;Wireless Technology&quot;.</a> By <a href="http://www.feeddigest.com/">Feed Digest</a></noscript></script>

Here is the php code:
<?php
include ("http://app.feeddigest.com/digest3/1JJQV8IDVT.html");
?>


I think that covers it.. I am really on a time crunch here, so I really appreciate any future replies.

Thanks again,

aljasdolfdjododl (lol)

Last edited by aljasdolfdjododl; Sep 27th, 2006 at 19:20. Reason: added code to post
Reply With Quote