Forum Moderators: coopster
I am retrieving about 60 bits of data from that page, this is now taking a few seconds, I was wondering if it is possible to copy the page locally and then I run my script.
Is it possible to copy a page from a server to my site?
Than you.
What I am doing now is ripping the data I need from their webpage, I am only a novice so I am probably doing it wrong.
I have a script which I pass in the name of the place I want the details for, the name and the details are all in a html table, for example I say, for name "aa" get col 4.
I get that information and display it on my site.
Then I do the same for name "bb" etc etc etc
so when I get all 30 names and get them one at a time it takes a while.
I hope that makes sense.