Forum Moderators: coopster
I have looked into it myself but am not sure where to start. Some people say to do it using fopen and other say to use CURL. Does anyone know which is best to use or know of any tutorials that may be of help.
Thanks
>>>our websites and partners website's
Do these sites have databases holding this information. If so, you can then just take the data from there, especially in your own sites, and that will reduce some of the work that has to be done.
I cannot get access to the databases beause the partners will not give out that information, which I cannot really blame them for.
Might be easier for you to build them a script that they install on their server that only your server can call - they then dump DB data through that script to you.
Very easy to restrict access to it by IP address. I would think that's a lot better for them than having you hammering Apache to try and crawl it?
TJ
I'm looking into using curl and it seems to be better than fopen as I can connect to a url without getting the following error (URL file-access is disabled in the server configuration).