what is the best way to get data from external crawler to my DATA BASE, to my site
i work in LAMP environment,
is web services is good idea ? the crawler run every 15 minutes.
what is the best way to get data from external crawler to my DATA
Share
It depends on the crawler, but theoretically, yes, web services are the best option. You just have to parse the XML replies into your DB.