Jump to content

Help with MySQL and PHP


gkale

Recommended Posts

I am working on developing a search engine that gives results based on the data stored in MySQL. MySQL will get all the data from RSS feeds. I want to program this in a way so that the RSS feeds are refreshed and downloaded in MySQL every 6 hours. Is this something possible or should I look at other tools to do this? Thanks..

Link to comment
https://forums.phpfreaks.com/topic/226394-help-with-mysql-and-php/
Share on other sites

I would probably use python, or another scripting language you know. (not php) to update the mysql table from feeds. And use a scheduler like Maq said, to run it every 6 hours.

 

Correct me if I'm wrong. using py over php may not have any advantages..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.