Hey Guys How are you all doing.The thing is that my site doesnt have a rss feed option is there a way that some 1 can create an rss feed option for my site i only want the new titles to be in the rss not the internal links ie just the movie and shows titles,And btw my site is Watch Movies And Shows Thankyou
Based on the source code I will guess it is a PHP based site in which case simply get a PHP coder to write a short script to extract the relevant data from the db and put it into RSS/ XML format. Assuming your database is in a reasonable state it shouldn't be more than a couple of hours work including testing.
actually my site is not php but its html and may i ask where to get that coder as i have posted this in the programming section
Your site has a login and search facility and therefore cannot be just HTML and must have a serverside programming language involved and presumably also holds the film data in a database. You would be best off confirming what it is running but based on the fact it is an Apache sever running PHP 5 and it sets a cookie called PHPSESSID I would strongly suspect that it in PHP. There is a section of this site to post for work you want completed http://forums.digitalpoint.com/forumdisplay.php?f=103 We don't touch PHP so cannot assist in the coding.
oo sorry my bad i only edit the layout html files so i thught it was html yes the main files like all the fuctions are in php
The easiest way to create an RSS feed is to use software. The software I would recommend is FeedForAll (there is a Windows and a Mac version). There is a built-in wizard that will walk you through the process of creating a feed. You can download an evaluation version from http://www.feedforall.com If you prefer to create the feed by hand this website details how to hand code the RSS feed http://www.make-rss-feeds.com
If you want, you can craft RSS feeds manually, or build a script to do it for you that will run using a cron or something like every 2 minutes to check if you updated your site, here is a link that explains how to do the basics(and the RSS specification) http://www.petefreitag.com/item/465.cfm
hey some one already made the rss for me i wanted to ask u guys do u know how to convert normal rss to media rss