How do I take an rss feed from another site, then store it in a mysql database? Thanks.
Retrieve rss feed and store it in mysql?
Linux or windows?
In linux, you can write a shell program that uses wget (see man wget) to get the RSS feed and the makes a connection to the db, does an insert, and then closes the connection...
Not too sure for windows...
dental health
No comments:
Post a Comment