The .php pages are supposed to be loaded automatically by your web browser. They are a lot like web pages but have additional script instructions in them that handle things like fill out forms, and other things.
As to how to get around your problem tho, I'm not sure, but I'll try to find an answer for you online.
php is a scripting language. php script is executed by running it through the php engine. Most web sites run php in their web server as a module, so when you request a php page (as all pages on this site are), it is parsed, compiled, and executed.
But, that's not what you have here. What you have is a link to an RSS feed. It is meant to be used in a news / RSS reader application, such as Omea Reader (there are several out there). It can also be placed within a web site to link to blog entries on another site.
Recommended Posts
GarthP2000
Cool,
The .php pages are supposed to be loaded automatically by your web browser. They are a lot like web pages but have additional script instructions in them that handle things like fill out forms, and other things.
As to how to get around your problem tho, I'm not sure, but I'll try to find an answer for you online.
Link to comment
Share on other sites
CoolWaters
TYVM Garth. Please let me know if you can explain this to me...which maybe nobody can...hehehe.
Link to comment
Share on other sites
GT
php is a scripting language. php script is executed by running it through the php engine. Most web sites run php in their web server as a module, so when you request a php page (as all pages on this site are), it is parsed, compiled, and executed.
But, that's not what you have here. What you have is a link to an RSS feed. It is meant to be used in a news / RSS reader application, such as Omea Reader (there are several out there). It can also be placed within a web site to link to blog entries on another site.
See here for more information: http://netforbeginners.about.com/od/rssand...s.htm?terms=rss
Edited by GreasyTechLink to comment
Share on other sites
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.